inducer / relate

RELATE is an Environment for Learning And TEaching
http://documen.tician.de/relate
Other
372 stars 115 forks source link

poetry install stuck on Ubuntu 20.04 + machine #1043

Closed neychevr closed 6 months ago

neychevr commented 6 months ago

If someone faces the issue when poetry install takes forever, keyring backend issue might be the reason.

This change of env variable resolved it for me:

export PYTHON_KEYRING_BACKEND=keyring.backends.fail.Keyring

Source: reddit post

Just FYI.

inducer commented 6 months ago

Thanks for the note. I've had that problem and discovered a similar fix. But is it something that's wrong with Relate? It more seems like a bug in Poetry, unless there's something that we're doing in pyproject.toml that's causing this. At any rate, I guess I will add this to the documentation, to avoid people getting bitten.