Hi @nik202 ,
thank you very much for the detailed instruction. You were right, I was following the steps from the Rasa Certification Workshop on Udemy. However, when I reached the point of installing rasa-x and I couldn’t get it running, I tried to incorporate some of the instructions I saw here in the Rasa Forum
So, now I tried what you suggested
- conda create -n proto2 pyhton==3.8
- conda activate proto2
- pip install rasa==2.8.1
- pip install rasa-sdk==2.8.1
- rasa init → then I followed the instructions
- pip install rasa-x==0.39.3 --extra-index-url Simple Index
Unfortunately, this is where I get the following error:
Building wheels for collected packages: ujson
Building wheel for ujson (setup.py) … error
ERROR: Command errored out with exit status 1:
command: ‘C:\Users\viowa\anaconda3\envs\proto2\python.exe’ -u -c ‘import io, os, sys, setuptools, tokenize; sys.argv[0] = ‘"’"‘C:\Users\viowa\AppData\Local\Temp\pip-install-2z4xcxb3\ujson_009d8a5a43094ee4a1695eef7dcef8a3\setup.py’"’"’; file=’"’"‘C:\Users\viowa\AppData\Local\Temp\pip-install-2z4xcxb3\ujson_009d8a5a43094ee4a1695eef7dcef8a3\setup.py’"’"’;f = getattr(tokenize, ‘"’"‘open’"’"’, open)(file) if os.path.exists(file) else io.StringIO(’"’"‘from setuptools import setup; setup()’"’"’);code = f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ bdist_wheel -d ‘C:\Users\viowa\AppData\Local\Temp\pip-wheel-hvjxk1oy’
cwd: C:\Users\viowa\AppData\Local\Temp\pip-install-2z4xcxb3\ujson_009d8a5a43094ee4a1695eef7dcef8a3</br>
Complete output (6 lines):
Warning: ‘classifiers’ should be a list, got type ‘filter’
running bdist_wheel
running build
running build_ext
building ‘ujson’ extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: Microsoft C++ Build Tools - Visual Studio
ERROR: Failed building wheel for ujson
Running setup.py clean for ujson
Failed to build ujson
What would you suggest?
Thank you very much. Your help is appreciated
Violetta