Installation issue - python setup.py egg_info did not run successfully exit code:1 #783
Unanswered
nathanmarley
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to install ciphey but keep getting this error. python v3.11, have tried updating setuptools, ez_setup, installing wheel
Collecting absl-py==0.9.0 (from ciphey)
Using cached absl-py-0.9.0.tar.gz (104 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/tmp/pip-install-439d5mlz/absl-py_9f223d138b28444c81ea99b09d85d9ee/setup.py", line 34, in
raise RuntimeError('Python version 2.7 or 3.4+ is required.')
RuntimeError: Python version 2.7 or 3.4+ is required.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Beta Was this translation helpful? Give feedback.
All reactions