poetry cannot find distutils module #8924
Unanswered
Giuliopime
asked this question in
Q&A
Replies: 1 comment 2 replies
-
using |
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
-
The issue occurs when running
poetry self add poetry-plugin-up
which throws the following error:I'm using python version 3.10.9 installed via pyenv, running
poetry env info
results in:And distutils is located at
/Users/j/.pyenv/versions/3.10.9/lib/python3.10/distutils
yet poetry can't seem to find it?Am I missing something? Looked everywhere online or in the repo issues but can't find the fix (I'm on mac)
Beta Was this translation helpful? Give feedback.
All reactions