wdecoster / chopper

MIT License
135 stars 11 forks source link

Instatlation issue #28

Closed NaveenKumar56 closed 5 months ago

NaveenKumar56 commented 5 months ago

I couldn't install chopper through conda environment. I got an error unsatisfiableError

When I tried the ready-to-use binaries from the releases, I got the following error message.

./chopper: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by ./chopper)
./chopper: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./chopper)
./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)
./chopper: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by ./chopper)
wdecoster commented 5 months ago

Can you try with the musl build? https://github.com/wdecoster/chopper/releases/download/v0.7.0/chopper-musl.zip

NaveenKumar56 commented 5 months ago

It worked fine. Thanks for the timely response