-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Poetry hangs on arch(manjaro) with python3.9 #4726
Comments
I cant use poetry 😢 it gets stuck here forever:
|
Tried in Python |
After upgrading poetry to latest version (previous version was maybe a year old?), I'm also seeing current $ poetry -V
Poetry version 1.1.11 |
Did anybody find a solution for this? I'm stuck with a similar problem (#4855) |
After installing and trying out poetry this started to happen to me too but with python310 ( Though installing a package thru pip gets stuck on accessing pypi.org for definitely longer time then normally. EDIT: |
I can't reproduce the original, and all the comments are only tangentially related. This looks like the usual suspects: IPv6/networking issues or a busted cache. Try |
I got this today. openSuSE 15.4, python 3.10 in a VM using VMware Player and network was set to NAT. Disabled IP v6 as per https://www.suse.com/support/kb/doc/?id=000016980 and 10.2.2 of https://wiki.archlinux.org/title/IPv6 perhaps a timeout on network connections ? |
Ran into this again recently on latest arch, hung on keychain until I disabled ipv6 and restarted networking fixed it. This was a fresh installation with no cache files.
|
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. |
-vvv
option).Issue
after running pip install poetry, tried creating a new package, but poetry seems to hang.
this also reproduces on the poetry project on the master branch
example:
Rerunning that command had no results
But on the poetry project:
➜ poetry git:(master) poetry install Installing dependencies from lock file Warning: The lock file is not up to date with the latest changes in pyproject.toml. You may be getting outdated dependencies. Run update to update them. Package operations: 56 installs, 0 updates, 0 removals • Installing pycparser (2.20): Pending...
This state does not change for a while(waited 10 minutes+)
adding -vvv did not give any meaningful output
the poetry install example was fixed by disabling the experimental installer
poetry config experimental.new-installer false
although installation is very slow
possible duplication of #3352
My pip freeze(not pipx installed):
The text was updated successfully, but these errors were encountered: