-
|
Decided to start discussion rather than submit a bug, because unsure the error received is related to a bug. Just trying to figure out what is going on with poetry in my instance. Every time I attempt to initialize a new project with poetry, it ends with the output Cache for poetry and pip have both been purged. Currently, SecretStorage has been installed through the system package management system. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Error resolved when #1917 was gratefully pointed out to me. It wasn't necessarily "SecretStorage" causing the received error, it was that "python-keychain" was looking for "SecretStorage" to be configured and implemented, when it was not. A few weeks ago, I attempted to implement "secretservice" for another application, but abandoned the implementation. I knew there was a modified configuration file somewhere on my system that was configured to use the now defunct "secretservice" implementation, but since I never received any sign specifically pointing to this misconfigured file, I assumed it wasn't a concern. When all along, poetry was pointing right at the issue, in it's own way.
|
Beta Was this translation helpful? Give feedback.
Error resolved when #1917 was gratefully pointed out to me.
It wasn't necessarily "SecretStorage" causing the received error, it was that "python-keychain" was looking for "SecretStorage" to be configured and implemented, when it was not. A few weeks ago, I attempted to implement "secretservice" for another application, but abandoned the implementation. I knew there was a modified configuration file somewhere on my system that was configured to use the now defunct "secretservice" implementation, but since I never received any sign specifically pointing to this misconfigured file, I assumed it wasn't a concern. When all along, poetry was pointing right at the issue, in it's own way.
~/.con…