Install failing
#9347
Replies: 1 comment 2 replies
-
I did find a solution on the mise project. Using Is this a poetry installer problem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the command:
curl -sSL https://install.python-poetry.org | python3 -
to install it fails with this:The
.local/share/pypoetry
directory did not exist before running the install. After is just contain a single directorybin
which is empty.I have python 3.12.1 installed through mise.
Is this a problem with my environment, the poetry installer, mise? I'm not too sure where to start looking.
Beta Was this translation helpful? Give feedback.
All reactions