Was having trouble getting the environment to solve initially, so I downloaded all dependencies including BUSCO separately. Now I'm running into this:
conda install -c conda-forge dammit
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.27=0
- feature:|@/linux-64::__glibc==2.27=0
Your installed version is: 2.27
I'm on a remote cluster so changing glibc is out of the question. Is there a way of getting around this?
Was having trouble getting the environment to solve initially, so I downloaded all dependencies including BUSCO separately. Now I'm running into this:
I'm on a remote cluster so changing glibc is out of the question. Is there a way of getting around this?