not installing properly on linux
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
any suggestions for me on the user side?
I fixed got past the feature and setuptools error but now i am getting different errors with such as failed building wheel for certain things a exiting with subprocess 1
clone this repo, open requirements.txt, and change the versions of plyvel and cytoolz to the following: plyvel==1.2.0 cytoolz==0.11.2
then continue the install process as detailed in the "install from source" instructions and you should be all set.
Even with plyvel==1.2.0, cytoolz==0.11.2 there were errors with plyvel and numpy build. So I used latest version (plyvel==1.4.0 & numpy==1.23.3). Theo working fine now.
sing cached zope.interface-4.6.0.tar.gz (150 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 "
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.
getting the above error, please provide any solutions for it
change zope version and is sorted.