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