Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glibc requirements #26

Closed
ashleighm136 opened this issue Aug 12, 2021 · 1 comment
Closed

glibc requirements #26

ashleighm136 opened this issue Aug 12, 2021 · 1 comment

Comments

@ashleighm136
Copy link

  • whitebox version: 1.5.1
  • Python version: 3.6
  • Operating System: CentOS 8

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
Copy link
Member

giswqs commented Aug 12, 2021

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 jblindsay/whitebox-tools#112 (comment)

@giswqs giswqs closed this as completed Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants