cmks / DAS_Tool

DAS Tool
Other
134 stars 17 forks source link

conda installation - UnsatisfiableError glibc version #73

Open jzrapp opened 2 years ago

jzrapp commented 2 years ago

Hi, I'm trying to install das_tool inside a conda env for anvio 7.1, and I'm getting this incompatibility error. Is there any way I can solve this? I'm using conda-4.11.0 and python 3.6.10

conda install -c bioconda das_tool
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial 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:

  - feature:/linux-64::__glibc==2.31=0
  - feature:|@/linux-64::__glibc==2.31=0

Your installed version is: 2.31

Thanks a lot for your help! Josephine

mjbludwig commented 2 years ago

I am also running into this issue albeit with glibc 2.17.

cmks commented 1 year ago

Is this still an issue when using the latest version?