You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nicoosynth. Not sure, but the first thing I'd check is if the version of Theano is exactly the same as specified in the requirements.txt file. Also, make sure all the other dependencies are installed and match the versions exactly.
Hi,
I am facing an error message when trying to run pip install -r requirements.txt. Do you have any suggestions on how to solve this?
here are some fragments from the error message:
ERROR: Command errored out with exit status 1:
command: /Users/nicolasseiler/Desktop/twitter-emotion-original/twitter-emotion-recognition-master/venv/name1/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-install-0g5abaop/scipy/setup.py'"'"'; file='"'"'/private/var/folders/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-install-0g5abaop/scipy/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/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-record-oevf6cj7/install-record.txt --single-version-externally-managed --compile --install-headers /Users/nicolasseiler/Desktop/twitter-emotion-original/twitter-emotion-recognition-master/venv/name1/include/site/python3.8/scipy
cwd: /private/var/folders/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-install-0g5abaop/scipy/
Complete output (99 lines):
/private/var/folders/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-install-0g5abaop/scipy/setup.py:114: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
ERROR: Command errored out with exit status 1: /Users/nicolasseiler/Desktop/twitter-emotion-original/twitter-emotion-recognition-master/venv/name1/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-install-0g5abaop/scipy/setup.py'"'"'; file='"'"'/private/var/folders/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-install-0g5abaop/scipy/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/zc/_ntck5jd6xb4g03b2l5683km0000gn/T/pip-record-oevf6cj7/install-record.txt --single-version-externally-managed --compile --install-headers /Users/nicolasseiler/Desktop/twitter-emotion-original/twitter-emotion-recognition-master/venv/name1/include/site/python3.8/scipy Check the logs for full command output.
would be great if you could help me out. thank you and best regards,
Nico
The text was updated successfully, but these errors were encountered: