-
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 1.0.0b4 hangs #1565
Comments
Does anybody else have this problem? |
Yes, I do. I am using Arch (Sway/Wayland) and it seems to be some bug connected with Wayland, because when I use console this problem does not occure. |
Version 1.0.0 came out. I updated poetry 0.12.17 to the stable 1.0.0 and it still hangs on Manjaro. Developers of poetry: how to solve this issue? |
This is a drive-by armchair comment, but maybe it helps: Looking at the traceback on where it’s at when interrupted, it looks to me like an issue with the keyring library that Poetry uses/vendors. Probably a connection error because dbus isn’t running or gnome-keyring not being installed or something? Maybe check its setup instructions and see if that works on its own first? |
Sure maybe keyring hasn't got all its proper dependencies that the user could manually fix, but if the poetry self-installer isn't automatically providing that or warning about it in the first place, this is a horrible UX for a default install. |
You’re definitely not wrong. I’d still regard this as an upstream bug in keyring or secretstorage, that is also difficult to run into in the first place. My above suggestion was more meant as an exploratory mission to find out if it is indeed that. Implementation-wise when looking at the I’d move the components depending on |
I still have the hanging problem. I installed poetry using the preferred way ( Environment: Manjaro Linux, Python 3.8.0, poetry 1.0.0 . Update: if I let it run, poetry executes after 90 seconds. So something still makes it wait for a very long time. |
The issue got solved! Manjaro came out with a larger update and the new poetry doesn't hang. Current version of poetry is 1.0.2. |
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. |
When I try to start poetry, it hangs, nothing happens:
Then, if I terminate it with Ctrl+C, this is the output I get:
Environment: Manjaro Linux, Python 3.7
The text was updated successfully, but these errors were encountered: