Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing requirements #33

Open
nicoosynth opened this issue Sep 23, 2022 · 1 comment
Open

installing requirements #33

nicoosynth opened this issue Sep 23, 2022 · 1 comment

Comments

@nicoosynth
Copy link

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

@nikicc
Copy link
Owner

nikicc commented Sep 27, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants