Open Leo-Sharm opened 8 months ago
any update on this?
What version of Python is this? The latest version of Python in which I have been able to install auto-sklearn
is 3.9
Hi @Leo-Sharm and @andreaschandra. I managed to solve the issue!
I created a new Conda environment with Python 3.7 and ran:
pip install auto-sklearn
At the end, I got a message saying Successfully built auto-sklearn
.
Describe the bug
I am trying to use Autosklearn in my Kaggle Notebook, but facing error, I tried using sklearn==1.0.1 and as well as 0.24 , both showed the same error. I also tried
setuptools < 60.0
still has the same issueTo Reproduce
Steps to reproduce the behavior: !pip install scikit-learn==0.24 import sklearn as t t.version !pip install cython !pip install auto-sklearn
Expected behavior
Building wheel for scikit-learn (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for scikit-learn (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [1393 lines of output]