-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for installation of poetry 2.x #164
Comments
What happens if you specify |
…" - but one of the devs suggested trying "2.0.1" snok/install-poetry#164
Fails for me even if I specify |
FWIW, my workflow is failing for python3.8. I believe it's related to this issue. It took me a while to generate the log from the workflow in my own Docker instance, but this is what it shows:
|
That look like the exact issue I linked to. |
It is. And it states the reason why python 3.8 will fail: Poetry v2 requires Python 3.9+. |
right |
Currently, the issue can be resolved by referring to the hashcode of the 2.0.1 as
However I think it requires a more sustainable solution possible using pipx
The text was updated successfully, but these errors were encountered: