-
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
Install error on ubuntu / window - pip and conda #1741
Comments
Did you ever find a fix for this? |
I am experiencing the same issue on Ubuntu 24.04 LTS |
Hi @ladylazy9x and @AllenNa1337. 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 |
@ImadSaddik yea it appears to be a python version problem. Python 3.9 worked for me |
Hello @ImadSaddik did you get this sorted on Ubuntu? I am running 3.12.7 |
Hi @GabrielOduori as I mentioned in my previous response. I solved the problem just by changing the Python version to an old one. Try creating a new environment where you install Python 3.7 and let me know if that solves your issue. |
Thanks @ImadSaddik. Did set up a new venv with Python3.9 and installed just fine. |
Perfect. |
And here is the guide I used to add 3.9 alongside my existing environment. |
I meet issue install this library on both window and ubuntu 24.04, and this is ubuntu, plz help! I try other library like TPOT, even successful but still cannot import.
with pip: error:
with conda: error:
The text was updated successfully, but these errors were encountered: