Skip to content
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

Install Error #132

Open
JChristopherEllis opened this issue Dec 21, 2022 · 1 comment
Open

Install Error #132

JChristopherEllis opened this issue Dec 21, 2022 · 1 comment

Comments

@JChristopherEllis
Copy link

JChristopherEllis commented Dec 21, 2022

Hi,
I have installed atropos on a number of different machines through the years with out issues. However, recently I have not been able to install atropos. I get the following error...

conda install -c bioconda atropos
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.35=0
  • atropos -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']
  • python=3.9 -> libgcc-ng[version='>=11.2.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.35

What can I do to resolve this problem?

Thanks!

@jdidion
Copy link
Owner

jdidion commented Dec 21, 2022

This seems to be a common issue people encounter with installing python packages using conda, for example see https://www.biostars.org/p/9522705/#9522724. I believe it is due to a conflict between your python and gcc versions and not anything specific to atropos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants