-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Poetry freezing #2891
Comments
Oh, maybe not. Simply setting |
This is happening as far back as 1.0.0. |
|
@AstraLuma was the existing lock file generated by a poetry pre-release? |
Nope. There is currently no lock file. I've traced it to blocking on an HTTP request to pypi, but IDK from there. |
it might be my network? bare |
Ok, this might not be poetry. Now why only python is doing this is still a mystery. |
Able to confirm, it doesn't actually freeze, it just takes far, far too long to process anything. I'm going to close this, as this seems to be "idk networking" than anything poetry has done. |
IIRC, there was some issues with IPv6 and pip/pypi. Try disabling v6? |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
I'm seeing poetry freezing, like so:
I strongly suspect this is pypa/pip#7883 (comment) , but I figured it would be good to file an issue in case other users are seeing the same problem.
The text was updated successfully, but these errors were encountered: