wdecoster / chopper

MIT License
155 stars 13 forks source link

Cannot.Get.ChopperToRun #41

Open dechavezvPUCE opened 2 months ago

dechavezvPUCE commented 2 months ago

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: 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)

Any ideas on how to solve this ??

wdecoster commented 2 months ago

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?