theo icon indicating copy to clipboard operation
theo copied to clipboard

not installing properly on linux

Open 0xb00siff opened this issue 3 years ago • 6 comments

× 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-svt00zhe/zope-interface_c5e58486c9a9463b87d29fb577ab4813/setup.py", line 26, in from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' from 'setuptools' (/home/boosiff/.local/lib/python3.9/site-packages/setuptools/init.py) [end of output]

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?

0xb00siff avatar Mar 13 '22 17:03 0xb00siff

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

0xb00siff avatar Mar 13 '22 19:03 0xb00siff

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.

cr4ck3d1t avatar Apr 05 '22 02:04 cr4ck3d1t

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.

shashankhacker730 avatar Oct 01 '22 17:10 shashankhacker730

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 "", line 2, in File "", line 34, in File "/tmp/pip-install-_iruivlh/zope-interface_db3ca22f01e34ea0a3f5d314d1cf9531/setup.py", line 26, in from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' from 'setuptools' (/usr/lib/python3/dist-packages/setuptools/init.py) [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.

codergrade avatar Dec 17 '22 13:12 codergrade

getting the above error, please provide any solutions for it

codergrade avatar Dec 17 '22 13:12 codergrade

change zope version and is sorted.

Vinz-90 avatar May 10 '23 10:05 Vinz-90