Skip to content
Discussion options

You must be logged in to vote

Try creating an environment manually perhaps?

python -m venv . venv
source . venv/bin/activate
poetry install

Another thing to maybe check is also if your poetry install is not broken. For example see if what interpreter poetry itself uses is available.

You can see this using the following one liner.

head -n5 $(which poetry)

If it is broken maybe a good idea to uninstall poetry and install it again.

My personal preference is to use pipx to install poetry, you can also use the poetry install script.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@abn
Comment options

abn Feb 24, 2024
Maintainer

Answer selected by abn
@e-b
Comment options

@abn
Comment options

abn Feb 24, 2024
Maintainer

@e-b
Comment options

@abn
Comment options

abn Feb 24, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants