First thanks for this environment, it saved me a lot of time to build openvdb v6.2.1 against vfx2017 platform. However I'm getting this error when trying to import pyopenvdb on CentOS.
As you have used Debian in your docker environment I assumed it should just work, any idea why it throws this?
``
Python 2.7.16 (default, Sep 10 2019, 09:48:21)
[GCC 4.8.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import pyopenvdb
Traceback (most recent call last):
File "", line 1, in
ImportError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /python2.7/pyopenvdb.so)
Hi,
First thanks for this environment, it saved me a lot of time to build openvdb v6.2.1 against vfx2017 platform. However I'm getting this error when trying to import pyopenvdb on CentOS.
As you have used Debian in your docker environment I assumed it should just work, any idea why it throws this?
`` Python 2.7.16 (default, Sep 10 2019, 09:48:21) [GCC 4.8.5] on linux2 Type "help", "copyright", "credits" or "license" for more information.
Thanks,