ds4dm / ecole

Extensible Combinatorial Optimization Learning Environments
https://www.ecole.ai
BSD 3-Clause "New" or "Revised" License
318 stars 68 forks source link

libgcc issue during installation #363

Closed nguyenminhtuong closed 1 year ago

nguyenminhtuong commented 1 year ago

Describe the bug

image

(base) tuong@ANPHATPC:/mnt/c/Users/ADMIN$ conda install -c conda-forge ecole Collecting package metadata (current_repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source. Collecting package metadata (repodata.json): done Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort. failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versionsThe following specifications were found to be incompatible with your system:

Your installed version is: 2.35

Setting

To Reproduce

Expected behavior

Additional context

AntoinePrv commented 1 year ago

You should try the installation using Mamba as a replacement to Conda.

nguyenminhtuong commented 1 year ago

I have been able to install ecole but i need to make a fresh conda environment using python 3.8 or 3.9.

After that I can install ecole using conda.

So I think this issue should be closed

But may I ask, how to install ecole using mamba ?