opengeos / whitebox-python

WhiteboxTools Python Frontend
https://pypi.org/project/whitebox/
MIT License
379 stars 68 forks source link

glibc requirements #26

Closed ashleighm136 closed 3 years ago

ashleighm136 commented 3 years ago

Description

It seems to install, but it won't run any functionality. error: ./whitebox_tools: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./whitebox_tools)

What I Did

print(wbt.license())
./whitebox_tools: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by ./whitebox_tools)
giswqs commented 3 years ago

This is a known issue. It is likely that your computer has an older version of glibc. whitebox v1.5.1 was built upon glibc 2.29. You can try installing an older version of whitebox, e.g., pip install whitebox==1.4.0. See https://github.com/jblindsay/whitebox-tools/issues/112#issuecomment-891422741