face3d icon indicating copy to clipboard operation
face3d copied to clipboard

Cannot import name 'mesh_core_cython'

Open Iswarya05 opened this issue 4 years ago • 6 comments
trafficstars

I am getting an "ImportError: cannot import name 'mesh_core_cython' from 'face3d.mesh.cython' (unknown location)" while executing the 1_pipeline.py file. can you please check and let me know.

Iswarya05 avatar Feb 25 '21 11:02 Iswarya05

same problem

sablea avatar Jun 16 '21 05:06 sablea

cd ./engineer/render/face3d/mesh/cython python3 setup.py build_ext --inplace python3 setup.py install

yxdydgithub avatar Aug 29 '21 01:08 yxdydgithub

cd ./engineer/render/face3d/mesh/cython python3 setup.py build_ext --inplace python3 setup.py install

`dongchenbo@dongchenbo-Inspiron-5577:~/face3d/face3d/mesh/cython$ python3 setup.py install

running install

running build

running build_ext

skipping 'mesh_core_cython.cpp' Cython extension (up-to-date)

running install_lib

running install_egg_info

Removing /usr/local/lib/python3.6/dist-packages/mesh_core_cython-0.0.0.egg-info

error: [Errno 13] Permission denied: '/usr/local/lib/python3.6/dist-packages/mesh_core_cython-0.0.0.egg-info'

dongchenbo@dongchenbo-Inspiron-5577:~/face3d/face3d/mesh/cython$ `

453875726 avatar Sep 14 '21 07:09 453875726

the same problem

duy1851999 avatar Nov 11 '23 05:11 duy1851999

the same problem. How to solve it?

siyuehua avatar Mar 05 '24 01:03 siyuehua

After successfully compiling the file according to the method in the comment section, it can be run.

siyuehua avatar Mar 05 '24 02:03 siyuehua