CloudQuery installation issue with poetry related to DBus keyring and SecretService

Hello - I am getting started with CloudQuery and ran into a strange error with Poetry while trying to follow the instructions here Python Plugin Template. The error happened when running poetry install and it referred to DBus, Keyring, and SecretService. A workaround suggested here Poetry Keyring Issue was to set an environment variable and retry:

$ export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring

Hi Dan,

I was unable to reproduce the problem on my machine or in various Docker containers. I’ll CC @apt-bluebird who may have more input.

Thanks for trying. Reading through some threads in the Poetry repo, it might have something to do with me having SSH’d into the machine, maybe something causing confusion among multiple keychains conflicting via D-Bus. I have no expertise in these systems.

Hi Dan, can you tell me more about your system?
What OS are you running?
Can you talk me through your setup?

Right now I’m developing on an AWS EC2 instance. I could try it locally in WSL2 instead.

Can you give me the whole text of the error message?

I don’t have it in my buffer anymore. If it happens again, I will add it to this thread. Thanks for your help.