-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
Generated requirements not installable #1865
Labels
duplicate
Duplicate of an existing issue/PR
Comments
Will it succeed if you use |
Same error. FWIW, poetry, pdm, and pipenv all handle these requirements without an error. Full output
|
Thanks for checking. Maybe this is more of #1752 (and pypa/pip#9644)? |
ipmb
added a commit
to lincolnloop/python-package-manager-shootout
that referenced
this issue
May 10, 2023
ipmb
added a commit
to lincolnloop/python-package-manager-shootout
that referenced
this issue
May 10, 2023
This seems to work until it is fixed upstream
|
Alright, thanks. I'll close this issue as a dupe of #1752 to consolidate our tracking of the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The requirements generated by
pip-compile
fail to install due to missing hashes.Environment Versions
Python 3.11.3
pip 23.1.2
pip-compile, version 6.13.0
Steps to replicate
Expected result
Everything installs
Actual result
Full output
I noticed
urllib3[brotli,socks]
is installed, but the hash check fails onurllib3[socks]
. Perhaps it doesn't identify the former as providing the latter?This script runs a few times a day in GitHub Actions and started failing consistently yesterday in this run.
The text was updated successfully, but these errors were encountered: