ModuleNotFoundError: No module named 'distutils' #4412
-
This issue only occurs in version 3.12.
|
Beta Was this translation helpful? Give feedback.
Answered by
abravalheri
Jun 3, 2024
Replies: 1 comment 1 reply
-
Hi @myifeng please have a look on #4401 (comment). Also make sure to not call setuptools using any deprecated interface such as the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
myifeng
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi @myifeng please have a look on #4401 (comment).
Also make sure to not call setuptools using any deprecated interface such as the
python setup.py ...
CLIs (instead usepip install ...
orpython -m build
).