Hi guys,
I am new here and this is my first post. I would like to install Rasa X on my laptop but I have gotten some erros during the installation.
I have tried to install Rasa on my MacBook Pro. Also I have pip 19.3.1 installed and python 3.7.4 on my laptop. Could you please help me out guys?
Following the errors bellow.
Building wheels for collected packages: ujson Building wheel for ujson (setup.py) … error ERROR: Command errored out with exit status 1: command: /opt/anaconda3/bin/python -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/setup.py’"’"’; file=’"’"’/private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ bdist_wheel -d /private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-wheel-11s_jtrm --python-tag cp37 cwd: /private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/ Complete output (12 lines): Warning: ‘classifiers’ should be a list, got type ‘filter’ running bdist_wheel running build running build_ext building ‘ujson’ extension creating build creating build/temp.macosx-10.9-x86_64-3.7 creating build/temp.macosx-10.9-x86_64-3.7/python creating build/temp.macosx-10.9-x86_64-3.7/lib gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/anaconda3/include -arch x86_64 -I/opt/anaconda3/include -arch x86_64 -I./python -I./lib -I/opt/anaconda3/include/python3.7m -c ./python/ujson.c -o build/temp.macosx-10.9-x86_64-3.7/./python/ujson.o -D_GNU_SOURCE xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command ‘gcc’ failed with exit status 1
ERROR: Failed building wheel for ujson Running setup.py clean for ujson Failed to build ujson Installing collected packages: smmap2, gitdb2, GitPython, humanfriendly, coloredlogs, ujson, sanic, sanic-plugins-framework, sanic-cors, rasa-sdk, twilio, tzlocal, apscheduler, pydot, rasa, isodate, setuptools-scm, Mako, python-editor, alembic, rasa-x Running setup.py install for ujson … error ERROR: Command errored out with exit status 1: command: /opt/anaconda3/bin/python -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/setup.py’"’"’; file=’"’"’/private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ install --record /private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-record-qrx90c7e/install-record.txt --single-version-externally-managed --compile cwd: /private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/ Complete output (12 lines): Warning: ‘classifiers’ should be a list, got type ‘filter’ running install running build running build_ext building ‘ujson’ extension creating build creating build/temp.macosx-10.9-x86_64-3.7 creating build/temp.macosx-10.9-x86_64-3.7/python creating build/temp.macosx-10.9-x86_64-3.7/lib gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/anaconda3/include -arch x86_64 -I/opt/anaconda3/include -arch x86_64 -I./python -I./lib -I/opt/anaconda3/include/python3.7m -c ./python/ujson.c -o build/temp.macosx-10.9-x86_64-3.7/./python/ujson.o -D_GNU_SOURCE xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command ‘gcc’ failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /opt/anaconda3/bin/python -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/setup.py’"’"’; file=’"’"’/private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-install-yv1qfgf0/ujson/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ install --record /private/var/folders/48/570lfdns33v3qj40s8srr0x80000gp/T/pip-record-qrx90c7e/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.