-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
pipenv waits seemingly forever to lock the following dependency list #4945
Comments
Please at least which operating system you are using. Without this it might be impossible to solve .. The issue maybe related to missing underlying wheels. |
Will do. CentOS 7 x64 |
@gnu-lorien I have tested your example with the latest Pipenv
|
As noted in prior comment this particular issue of slow to output the failure is resolved in latest release and further enhancements to infinity lock issues taking place here: #4926 |
Issue description
With the following package list,
pipenv lock
never seems to succeed. It seems to be looping trying to resolveh11
andanyio
. If I removehttp3
from the package list then the lock is able to resolve.Expected result
pipenv lock
should either succeed or fail with a meaningful error message about unresolvable dependency. If you remove "http3" from the list then you get success.Actual result
pipenv lock
seems to be stuck looping forever.If you remove "http3" from the list then you get success.
Steps to replicate
The
pipenv --support
command seems to include a lot of private information about my machine and environment that I'm not willing to share publicly. Is there a useful subset of this information that might be helpful which doesn't include private information?Pipenv version:
'2022.1.8'
The text was updated successfully, but these errors were encountered: