-
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
conda installation, glibc conflict error #1240
Comments
Hi @guyko81, Sorry to hear your having problems with the installation. I don't use Conda or Ubuntu myself and the installation instructions were a submitted PR but hopefully we can fix this and update the instructions if necessary. This line I looked on conda-forge/autosklearn and it appears the latest version is there and has been for over a month and has been downloaded through there with nearly as many download as I had a quick look at that Ubuntu version and it seems your Python version is different. Is this the system Python version or a custom Python version managed by Conda that you manually chose? It seems like you should have Python 3.8 by default. How are you getting your current Python version? Taken from the Ubuntu releases page:
Could you run We also have automatic tests that run using Conda and they seem to be passing fine. I can point you to this github action which details how it's automatically installed. This is probably not the ideal way to conda autosklearn but it might help you to have a look through. I further downloaded the the zip file built and distributed through conda for SMAC based off this line: |
thanks @eddiebergman for the quick and detailed answer! |
Let me know how it goes! |
@eddiebergman I could finally install it, the problem was the conda/python version. After installing the latest conda with python 3.9.5 I could install auto-sklearn smoothly. |
Glad to hear :) It should have still worked with Python 3.7.6 but perhaps there was some issue with conda and where it was looking for packages which was fixed by the update. If anyone else encounters this issue, please feel free to reopen this. |
Describe the bug
When trying to install through conda forcing conda-forge (I have no other option in workplace) the installation stops with the below error.
Expected behavior
Actual behavior, stacktrace or logfile
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package __glibc conflicts for:
@/linux-64::__glibc==2.31=0
auto-sklearn -> smac[version='>=0.13.1,<0.14'] -> __glibc
To Reproduce
conda install auto-sklearn
Environment and installation:
Please give details about your installation:
The text was updated successfully, but these errors were encountered: