Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EvoAutoML cannot be installed with Python 3.12 #9

Open
e10e3 opened this issue May 27, 2024 · 0 comments
Open

EvoAutoML cannot be installed with Python 3.12 #9

e10e3 opened this issue May 27, 2024 · 0 comments

Comments

@e10e3
Copy link

e10e3 commented May 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant