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

install requirements failed #9

Open
ChuckNorrison opened this issue Jul 8, 2022 · 0 comments
Open

install requirements failed #9

ChuckNorrison opened this issue Jul 8, 2022 · 0 comments

Comments

@ChuckNorrison
Copy link

i got some errors while install requirements

First error happened with functools32

Collecting functools32==3.2.3.post2
  Using cached functools32-3.2.3-2.tar.gz (31 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-yqc8irjz/functools32/setup.py'"'"'; __file__='"'"'/tmp/pip-install-yqc8irjz/functools32/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-yqc8irjz/functools32/pip-egg-info
         cwd: /tmp/pip-install-yqc8irjz/functools32/
    Complete output (1 lines):
    This backport is for Python 2.7 only.
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

cause functools should already available in my python3, i removed it from requirements.txt

second error happened with subprocess32. got also removed from txt

now it ends up with build error for numpy:

ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-7d_b2l4u/numpy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-7d_b2l4u/numpy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-z0p8x1va/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/nice/.local/include/python3.8/numpy Check the logs for full command output.

Iam running Python 3.8.10 on Ubuntu 20.04

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

1 participant