richrr / q2-coremicrobiome

Qiime2 plugin of COREMIC: CORE MICrobiome [https://doi.org/10.7717/peerj.4395]
GNU General Public License v2.0
0 stars 0 forks source link

Failed to install q2-coremicrobiome in Ubuntu 20.04 - Incompatible glibc version #2

Open JoaoMiranda96 opened 1 year ago

JoaoMiranda96 commented 1 year ago

Hi! I'm new in using python and Linux, and I have some trouble to use the q2-coremicrobiome plugin to analyze my qiime 2 data. Appreciate the help in advance.

I tried installing coremicrobiome using conda install -c richrr q2-coremicrobiome, but I have a similar error with this post: https://github.com/richrr/q2-coremicrobiome/issues/1

conda install -c richrr q2-coremicrobiome
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

Also, I tried to use the web tool from coremicrobiome, but I received a .tsv file without any core bacterial taxa, only with the parameters that I've setted before.

How can I solve this error and perform my core microbiome analysis?