I am trying to run chopper on a University HPC cluster
-With mamba install -c bioconda chopper I get
Could not solve for environment specs
The following package could not be installed
└─ chopper is not installable because it requires
└─ libgcc-ng >=12 , which does not exist (perhaps a missing channel).
With the binary file with ./chopper I get
./chopper: /lib64/libc.so.6: version GLIBC_2.33' not found (required by ./chopper) ./chopper: /lib64/libc.so.6: versionGLIBC_2.32' not found (required by ./chopper)
./chopper: /lib64/libc.so.6: version GLIBC_2.34' not found (required by ./chopper) ./chopper: /lib64/libm.so.6: versionGLIBC_2.29' not found (required by ./chopper)
Hi,
I am trying to run chopper on a University HPC cluster
-With
mamba install -c bioconda chopper
I get Could not solve for environment specs The following package could not be installed └─ chopper is not installable because it requires └─ libgcc-ng >=12 , which does not exist (perhaps a missing channel).With the binary file with
./chopper
I get ./chopper: /lib64/libc.so.6: versionGLIBC_2.33' not found (required by ./chopper) ./chopper: /lib64/libc.so.6: version
GLIBC_2.32' not found (required by ./chopper) ./chopper: /lib64/libc.so.6: versionGLIBC_2.34' not found (required by ./chopper) ./chopper: /lib64/libm.so.6: version
GLIBC_2.29' not found (required by ./chopper)Any ideas on how to solve this ??