-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import name 'mesh_core_cython' #79
Comments
same problem |
|
`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$ |
the same problem |
the same problem. How to solve it? |
After successfully compiling the file according to the method in the comment section, it can be run. |
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.
The text was updated successfully, but these errors were encountered: