We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: