kulbachcedric / EvOAutoML

https://kulbachcedric.github.io/EvOAutoML/
BSD 3-Clause "New" or "Revised" License
17 stars 0 forks source link

EvoAutoML cannot be installed with Python 3.12 #9

Open e10e3 opened 5 months ago

e10e3 commented 5 months ago

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:

    import distutils.core
ModuleNotFoundError: No module named 'distutils'

Updating the dependencies may be enough to solve the issue.