opengeos / whitebox-python

WhiteboxTools Python Frontend

Home Page:https://pypi.org/project/whitebox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glibc requirements

jchollingsworth opened this issue · comments

  • whitebox version: (latest, as of sept 2020)
  • Python version: 3.7
  • Operating System: Ubuntu 18.04

Description

I tried installing the latest version of Whitebox using:
pip install whitebox

It seems to install, but it won't run because I don't have glibc 2.29 ... (I can't even check the version)
error:
./whitebox_tools: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./whitebox_tools)

I'm running GLIBC 2.27... is upgrading to 2.29 really the only way to get whitebox working?

Take a look at this colab example, which also uses Ubuntu 18.04 and GLIBC 2.27. Everything works fine. Not sure why it did not work on your computer .

Hmmm... ok. Good to know that it should run ok on GLIBC 2.27. I'll investigate further to see if I can get it working.

It's working... I'm not sure what the problem was... maybe a conflict with pytorch(?)... anyhow, it's fixed. Many thanks.

The package does not have any third-party dependencies. Therefore, it should not conflict with pytorch. It is a good practice to create a fresh conda env to avoid potential dependency conflict. Anyway, glad to know that the problem has been resolved.