I am getting this error while installing rasa x, i am using windows 10, python 3.8.8, i tried with changing the path
Running setup.py install for ujson ... error
ERROR: Command errored out with exit status 1:
command: 'c:\users\adarsh\pycharmprojects\bbott\venv\scripts\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\U
sers\\ADARSH\\AppData\\Local\\Temp\\pip-install-ivkvp6pq\\ujson_18726b4fa1a4450daaef85be2b3128c4\\setup.py'"'"'; __file__='"'"'C:\\Users\\ADARSH\\AppDa
ta\\Local\\Temp\\pip-install-ivkvp6pq\\ujson_18726b4fa1a4450daaef85be2b3128c4\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if o
s.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'"'"'))' install --record 'C:\Users\ADARSH\AppData\Local\Temp\pip-record-ku2hm1jx\install-record.txt' --single
-version-externally-managed --compile --install-headers 'c:\users\adarsh\pycharmprojects\bbott\venv\include\site\python3.8\ujson'
cwd: C:\Users\ADARSH\AppData\Local\Temp\pip-install-ivkvp6pq\ujson_18726b4fa1a4450daaef85be2b3128c4\
Complete output (6 lines):
Warning: 'classifiers' should be a list, got type 'filter'
running install
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": https://visualstudio.microsoft.com/visual-cpp-bui
ld-tools/
----------------------------------------
Rolling back uninstall of ujson
Moving to c:\users\adarsh\pycharmprojects\bbott\venv\lib\site-packages\ujson-4.2.0.dist-info\
from C:\Users\ADARSH\PycharmProjects\bBott\venv\Lib\site-packages\~json-4.2.0.dist-info
Moving to c:\users\adarsh\pycharmprojects\bbott\venv\lib\site-packages\ujson.cp38-win_amd64.pyd
from C:\Users\ADARSH\AppData\Local\Temp\pip-uninstall-ngz4m0ng\ujson.cp38-win_amd64.pyd
ERROR: Command errored out with exit status 1: 'c:\users\adarsh\pycharmprojects\bbott\venv\scripts\python.exe' -u -c 'import io, os, sys, setuptools, t
okenize; sys.argv[0] = '"'"'C:\\Users\\ADARSH\\AppData\\Local\\Temp\\pip-install-ivkvp6pq\\ujson_18726b4fa1a4450daaef85be2b3128c4\\setup.py'"'"'; __fil
e__='"'"'C:\\Users\\ADARSH\\AppData\\Local\\Temp\\pip-install-ivkvp6pq\\ujson_18726b4fa1a4450daaef85be2b3128c4\\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'"'"'))' install --record 'C:\Users\ADARSH\AppData\Local\Temp\pip-record-ku2h
m1jx\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\adarsh\pycharmprojects\bbott\venv\include\site\pytho
n3.8\ujson' Check the logs for full command output.