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
Package installation fails with python 3.12 with error ModuleNotFoundError: No module named 'numpy.distutils'. Python 3.12 has officially removed distutils and it has been deprecated in python 3.10. This has caused errors with using python 3.12:
ModuleNotFoundError: No module named 'numpy.distutils'
and with deprecation warnings in older python versions:
DeprecationWarning: dep_util is Deprecated. Use functions from setuptools instead.
The text was updated successfully, but these errors were encountered:
Package installation fails with python 3.12 with error
ModuleNotFoundError: No module named 'numpy.distutils'
. Python 3.12 has officially removed distutils and it has been deprecated in python 3.10. This has caused errors with using python 3.12:and with deprecation warnings in older python versions:
The text was updated successfully, but these errors were encountered: