I'm trying to install exomedepth via conda on HPC. I have done this so far:
module load anaconda
source activate
conda create --name exomedepthcalling
conda activate exomedepthcalling
conda install -c bioconda r-exomedepth
But I get this 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 your system:
- feature:/linux-64::__glibc==2.17=0
- r-exomedepth -> libgfortran-ng -> __glibc[version='>=2.17']
Your installed version is: 2.17
I am not sure what this means or how to fix it, does anyone have any ideas? Thanks! Amy