If someone experiences a problem with the installation process hanging, see this issue of [python-poetry](https://github.com/python-poetry/poetry/issues/8623) which is used by the install. TL;DR: this workaround worked for me: ``` poetry config keyring.enabled false ```