-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
AttributeError: module 'setuptools.build_meta' has no attribute '__legacy__' #1694
Copy link
Copy link
Closed
Description
I'm trying to install project I'm working on using pip3 install -e "file:///home/vagrant/devel", but everytime I end up with:
$> pip3 install -e "file:///home/vagrant/devel"
Obtaining file:///home/vagrant/devel
Installing build dependencies ... done
Getting requirements to build wheel ... error
Complete output from command /home/vagrant/.virtualenvs/anitya/bin/python3 /home/vagrant/.virtualenvs/anitya/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmp6db90a_q:
Traceback (most recent call last):
File "/home/vagrant/.virtualenvs/anitya/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 207, in <module>
main()
File "/home/vagrant/.virtualenvs/anitya/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 197, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/home/vagrant/.virtualenvs/anitya/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 48, in get_requires_for_build_wheel
backend = _build_backend()
File "/home/vagrant/.virtualenvs/anitya/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 39, in _build_backend
obj = getattr(obj, path_part)
AttributeError: module 'setuptools.build_meta' has no attribute '__legacy__'
Maybe I'm just doing something wrong, but this worked few days ago.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels