Skip to content
Discussion options

You must be logged in to vote

I am answering my own question in case anyone runs into the same issue.

After many hours of googling and even some Copilot help, I couldn't solve it. Therefore, I had to go the nuclear option and install poetry from scratch again. I did so using pipx (which is also how I installed it the first time), but I don't know if this would solve the issue if installed using other alternatives. There was just one caveat:

The original instructions say that poetry should be installed with

pipx install poetry

However, in my case it detected that there were already some poetry files, so I had to do a force installation with

pipx install --force poetry

This installed poetry v2.1.4 with no issues, making…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by arturomoncadatorres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant