You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During installation in Python 3.12, I get an error message: ModuleNotFoundError: No module named 'distutils'.
This StackOverflow post seems to indicate that this is because distutils got removed from the Python 3.12 standard library after it became deprecated beginning in Python 3.10.
There are several workarounds, but the easiest appears to be to downgrade to 3.11 or below.
The text was updated successfully, but these errors were encountered:
During installation in Python 3.12, I get an error message:
ModuleNotFoundError: No module named 'distutils'
.This StackOverflow post seems to indicate that this is because
distutils
got removed from the Python 3.12 standard library after it became deprecated beginning in Python 3.10.There are several workarounds, but the easiest appears to be to downgrade to 3.11 or below.
The text was updated successfully, but these errors were encountered: