mbhall88 / drprg

Drug Resistance Prediction with Reference Graphs
https://mbh.sh/drprg/
MIT License
19 stars 1 forks source link

Installation_error #33

Closed arnoldbain closed 1 year ago

arnoldbain commented 1 year ago

I got the error below when trying to install in a conda env;

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.                                                                                                                           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

What might be the issue? Thanks

mbhall88 commented 1 year ago

A few things spring to mind.

Firstly, what is the command you ran to get this error?

Your conda could possibly be out of date? Try running conda update conda.

mbhall88 commented 1 year ago

Updating conda seems to have fixed this issue