-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Resolution issue when installing a list of wheels #9168
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
Comments
Probably a variant of #8785 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
sbidoul
added a commit
to acsone/acsoo
that referenced
this issue
Dec 2, 2020
- Workaround pypa/pip#9168 - --no-deps in editable install because the dep check has been done before
Reporting same error: requirements.txt:
treq has the following important requirements (to this issue):
Twisted[tls] comes from Twisted @ 20.3.0 and version shows python 3.7. Adding the |
This has been fixed in #9775 and available since 21.1.0. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi folks, a colleague of mine reported a weird issue with the new resolver.
I could confirm it with pip master, today. Python 3.8 on Linux.
Using the following requirements.txt:
pip install -r requirements.txt works fine.
However when building wheels then installing all wheels from the wheelhouse, this fails:
There are plenty of workarounds (in this case we should use --no-deps of course), but I thought it might be interesting nevertheless as it might reveal something more significant.
The text was updated successfully, but these errors were encountered: