-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add support to Python 3.10 and 3.11. Before that – update documentation #1694
Comments
Using a Python 3.9-based environment, the installation of |
Also having the same issue - have a project running 3.10 and can't downgrade to 3.9 as the project uses 3.10 language features. A shame as this looks like a very powerful project! |
Using a Python 3.8-based environment, the installation of auto-sklearn was without errors. |
in python3.12, getting the below error in pip |
In python3.10, getting below error in pip |
Describe the bug
auto-sklearn
does not install in Python 3.10 and 3.11-based environments.Before this issue is fixed (as it will take some time), please update the documentation, stating which exact Python versions are really supported (now it is stated that "Python (>=3.7)" which implies that there are should be no issues with 3.10 and 3.11).
To Reproduce
auto-sklearn
there. I usemamba
here as it gives the easiest-to-understand error message in a reasonable amount of time (I tiredpip
andconda
too with no success):Expected behavior
Install without errors with Python 3.100 and 3.11.
Actual behavior, stacktrace or logfile
Environment and installation:
Please give details about your installation:
conda
environmentPossibly related issues:
auto-sklearn
? #1670The text was updated successfully, but these errors were encountered: