While importing the library pyopenvdb, I keep the getting the following error
ImportError: libboost_python37.so.1.68.0: cannot open shared object file: No such file or directory
I tried running the following commands:
apt-get install libboost-python-dev
apt-get install libboost-numpy-dev
apt-get install python-dev
apt-get install python-numpy
from the link: https://github.com/AcademySoftwareFoundation/openvdb/issues/845
I also tried installing libboost-all-dev
.
However, none of the above steps have resolved the error.
Any help is appreciated. Thank you.