-
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
[Question] Trouble to install auto-sklearn
?
#1670
Comments
I'm not sure why the wheel building would fail for you, the issue most likely lies with Can you enable more logging and try to install |
Ahh sorry misread the original post. Essentially the scikit-learn version we still have is a bit older. Scikit-learn has stopped producing wheels (pre-compiled binaries) for these older version with the newer version of Python. My guess is you're using You can check what version scikit-learn has pre-compiled binaries for |
Yes! I am using Python Thank you for your support! |
I'm using google colab how could I downgrade python to Python==3.9 |
hii |
How to troubleshoot installation
auto-sklearn
?I tried to do
pipenv install auto-sklearn
on my Linux environment, but I got this (in the end):I installed
swig
throughsudo apt -y install swig
and it returned me no error.In order to address the error, I tried a manual installation of scikit-learn, following these steps, link1, link2, but I always end up on missing wheels.
Any help?/Guidance?
*I use WSL to run Ubuntu 22.04.2 LTS on my windows machine.
I also have C++ compiler.
The text was updated successfully, but these errors were encountered: