Replies: 2 comments 2 replies
-
Unfortunately, this is a Poetry problem, more than an EKO one. Poetry needs to store some credentials for publishing operations, and for this reason it uses Python keyring. Unfortunately, it tries to get access also for operations for which is not required: python-poetry/poetry#1917 There are a couple of solutions:
|
Beta Was this translation helpful? Give feedback.
-
@t7phy I moved your issue to a discussion, because it is more appropriate for generic support (e.g. with installation). There is nothing wrong with your issue, it is just to keep things a bit separate, and because here it is more convenient to discuss (e.g. you can reply in threads). |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am installing eko using the steps in development section, with poetry and the installation seems to be getting stuck. Here is the installation in verbose mode:
As seen above, it seems to be getting stuck at the 'keyring.backend' step which is not clear to me. How do I proceed?
Beta Was this translation helpful? Give feedback.
All reactions