Open e10e3 opened 5 months ago
The distutils package was deprecated in Python 3.10 and removed in Python 3.12.
distutils
Because the pinned versions of some dependencies of EvoAutoML require distutils for setup, the package cannot be installed with Python 3.12.
When trying to install through Pip, there is a big stacktrace (in red!) after fetching Numpy and ending with:
import distutils.core ModuleNotFoundError: No module named 'distutils'
Updating the dependencies may be enough to solve the issue.
The
distutils
package was deprecated in Python 3.10 and removed in Python 3.12.Because the pinned versions of some dependencies of EvoAutoML require
distutils
for setup, the package cannot be installed with Python 3.12.When trying to install through Pip, there is a big stacktrace (in red!) after fetching Numpy and ending with:
Updating the dependencies may be enough to solve the issue.