chopper icon indicating copy to clipboard operation
chopper copied to clipboard

Cannot.Get.ChopperToRun

Open dechavezvPUCE opened this issue 1 year ago • 1 comments

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: version GLIBC_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: version GLIBC_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 ??

dechavezvPUCE avatar Sep 10 '24 14:09 dechavezvPUCE

Hrm sorry for that - would you be able to install cargo, clone the repository and once inside the repository build chopper with cargo build --release?

wdecoster avatar Sep 10 '24 20:09 wdecoster