alexylem / jarvis

Jarvis.sh is a simple configurable multi-lang assistant.
http://openjarvis.com
MIT License
806 stars 197 forks source link

Problèmes installation (snowboy ) #969

Open Lesafecamp opened 4 years ago

Lesafecamp commented 4 years ago

Description

Je n'arrive pas à utiliser jarvis, car il ne parvient pas à installer Snowboy - ni même pocket sphinx... - pouvez vous m'aider ?

Logs

MacBook-Air:~ mmm24$ jarvis 1/2 Preparation of dependencies --2020-03-10 17:45:45-- https://bootstrap.pypa.io/get-pip.py Résolution de bootstrap.pypa.io (bootstrap.pypa.io)… 151.101.120.175, 2a04:4e42:9::175 Connexion à bootstrap.pypa.io (bootstrap.pypa.io)|151.101.120.175|:443… connecté. requête HTTP transmise, en attente de la réponse… 200 OK Taille : 1807342 (1,7M) [text/x-python] Sauvegarde en : « get-pip.py »

get-pip.py 100%[===================>] 1,72M 1,89MB/s ds 0,9s

2020-03-10 17:45:46 (1,89 MB/s) — « get-pip.py » sauvegardé [1807342/1807342]

Password: DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support WARNING: The directory '/Users/mmm24/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting pip Downloading pip-20.0.2-py2.py3-none-any.whl (1.4 MB) |████████████████████████████████| 1.4 MB 1.0 MB/s Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.0.2 Uninstalling pip-20.0.2: Successfully uninstalled pip-20.0.2 Successfully installed pip-20.0.2 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support WARNING: The directory '/Users/mmm24/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting pyaudio Downloading PyAudio-0.2.11.tar.gz (37 kB) Building wheels for collected packages: pyaudio Building wheel for pyaudio (setup.py) ... error ERROR: Command errored out with exit status 1: command: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-XPCaj9/pyaudio/setup.py'"'"'; file='"'"'/private/tmp/pip-install-XPCaj9/pyaudio/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/tmp/pip-wheel-utjymN cwd: /private/tmp/pip-install-XPCaj9/pyaudio/ Complete output (13 lines): running bdist_wheel running build running build_py creating build creating build/lib.macosx-10.15-x86_64-2.7 copying src/pyaudio.py -> build/lib.macosx-10.15-x86_64-2.7 running build_ext building '_portaudio' extension creating build/temp.macosx-10.15-x86_64-2.7 creating build/temp.macosx-10.15-x86_64-2.7/src cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DMACOSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_portaudiomodule.c -o build/temp.macosx-10.15-x86_64-2.7/src/_portaudiomodule.o xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command 'cc' failed with exit status 1

ERROR: Failed building wheel for pyaudio Running setup.py clean for pyaudio Failed to build pyaudio Installing collected packages: pyaudio Running setup.py install for pyaudio ... error ERROR: Command errored out with exit status 1: command: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-XPCaj9/pyaudio/setup.py'"'"'; file='"'"'/private/tmp/pip-install-XPCaj9/pyaudio/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/tmp/pip-record-Z9jF6I/install-record.txt --single-version-externally-managed --compile --install-headers /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyaudio cwd: /private/tmp/pip-install-XPCaj9/pyaudio/ Complete output (13 lines): running install running build running build_py creating build creating build/lib.macosx-10.15-x86_64-2.7 copying src/pyaudio.py -> build/lib.macosx-10.15-x86_64-2.7 running build_ext building '_portaudio' extension creating build/temp.macosx-10.15-x86_64-2.7 creating build/temp.macosx-10.15-x86_64-2.7/src cc -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -iwithsysroot /usr/local/libressl/include -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -pipe -DMACOSX=1 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/_portaudiomodule.c -o build/temp.macosx-10.15-x86_64-2.7/src/_portaudiomodule.o xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command 'cc' failed with exit status 1

ERROR: Command errored out with exit status 1: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-XPCaj9/pyaudio/setup.py'"'"'; file='"'"'/private/tmp/pip-install-XPCaj9/pyaudio/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/tmp/pip-record-Z9jF6I/install-record.txt --single-version-externally-managed --compile --install-headers /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/pyaudio Check the logs for full command output.