-
Notifications
You must be signed in to change notification settings - Fork 68
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
Unable to install Ecole 0.8.x via conda #341
Comments
What error message do you get? If the environment is unsatisfiable,I recommend trying the equivalent mamba installer.
How did you do it? If you are mixing conda/pip the environment may get broken.
Perhaps some other dependencies in your environment are preventing conda from selecting a newer Ecole version. Hard to know without an environment file we could use. |
I have the same error. I use a new conda env use command
tar.bz2 download from URL: https://anaconda.org/conda-forge/ecole/0.8.1/download/linux-64/ecole-0.8.1-py39h4115d8b_1.tar.bz2 install ecole offline.
System Info:
|
This cannot work. The goal of conda is to install Ecole dependencies, if you just get that single file it's guaranteed to fail. From my previous answer, I suggest you try to install |
Hi @AntoinePrv |
I have successfully solved this problem!! |
Describe the bug
conda-forge
. When I manually install the Ecole 0.8.x after downloading*.tar.gz
files, the system cannot findlibecole.so.0.8
.I could install Ecole via
pip
, but I encountered an error regarding thread. Since I need to useecole.core.observation.NodeBipartiteObs.variable_features
, I have to install Ecole with version 0.8.x via conda. How can I install it?Setting
Thank you for any help!
The text was updated successfully, but these errors were encountered: