dereneaton / ipyrad

Interactive assembly and analysis of RAD-seq data sets
http://ipyrad.readthedocs.io
GNU General Public License v3.0
70 stars 39 forks source link

Error with glibc installing tetrad #485

Closed alexkrohn closed 2 years ago

alexkrohn commented 2 years ago

I am trying to install tetrad on a system running Ubuntu 20.04. I have ipyrad version 0.9.50 installed.

When I run conda install tetrad -c eaton-lab within the ipyrad environment (running python 3.7) I get the following error:

 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

I take this to mean that I need glibc version 2.31 for tetrad, but that is the version I already have installed. sudo apt-get install libc6 reveals that I already have the latest version installed for 20.04.

Is this a problem with running tetrad on Ubuntu 20.04? Or am I missing something here?

alexkrohn commented 2 years ago

Darn. conda install tetrad -c conda-forge works. Looks like the eaton-lab channel was not updated or something.