You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could not download pymesh2 or pymesh correctly. I have tried different pymesh libraries and none of them worked. After building pymesh from the source as mentioned here: PyMesh/PyMesh#59
I got the following error when I run : python preprocessing/create_point_sdf_grid.py --thread 8
Traceback (most recent call last):
File "preprocessing/create_point_sdf_grid.py", line 5, in
import pymesh
File "/home/ubuntu/anaconda3/envs/tf13/lib/python3.6/site-packages/pymesh2-0.3-py3.6-linux-x86_64.egg/pymesh/init.py", line 18, in
from .Mesh import Mesh
File "/home/ubuntu/anaconda3/envs/tf13/lib/python3.6/site-packages/pymesh2-0.3-py3.6-linux-x86_64.egg/pymesh/Mesh.py", line 5, in
import PyMesh
ImportError: /home/ubuntu/DISN/isosurface/tbb/tbb2018_20180822oss/lib/intel64/gcc4.7/libtbb.so: file too short
this error.
I cannot understand whether the error is related with libtbb.so file being short or it is due to the pymesh library
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered:
Hi Xharlie,
I could not download pymesh2 or pymesh correctly. I have tried different pymesh libraries and none of them worked. After building pymesh from the source as mentioned here: PyMesh/PyMesh#59
I got the following error when I run : python preprocessing/create_point_sdf_grid.py --thread 8
Traceback (most recent call last):
File "preprocessing/create_point_sdf_grid.py", line 5, in
import pymesh
File "/home/ubuntu/anaconda3/envs/tf13/lib/python3.6/site-packages/pymesh2-0.3-py3.6-linux-x86_64.egg/pymesh/init.py", line 18, in
from .Mesh import Mesh
File "/home/ubuntu/anaconda3/envs/tf13/lib/python3.6/site-packages/pymesh2-0.3-py3.6-linux-x86_64.egg/pymesh/Mesh.py", line 5, in
import PyMesh
ImportError: /home/ubuntu/DISN/isosurface/tbb/tbb2018_20180822oss/lib/intel64/gcc4.7/libtbb.so: file too short
this error.
I cannot understand whether the error is related with libtbb.so file being short or it is due to the pymesh library
Any help would be greatly appreciated
The text was updated successfully, but these errors were encountered: