One last step to visualize the results (used by "create_surface_meshes.py" script).
OpenVDB with Python binding can be installed only via pip:
- pip3 install pyopenvdb
- conda install -c statiskit libboost_python
If you test the installation with the following, it will return an error:
- python3 -c "import pyopenvdb as vdb"
This happens because it is looking for the libs in the wrong directories. So, type this before testing again:
- export LD_LIBRARY_PATH=/home/liliane/miniconda/envs/DeepFluid/lib/python3.7/site-packages:/home/liliane/miniconda/envs/DeepFluid/lib
And, it is done. Probably you will need to type these everytime you reboot.
No comments:
Post a Comment