Skip to content
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

Open
Iswarya05 opened this issue Feb 25, 2021 · 6 comments
Open

Cannot import name 'mesh_core_cython' #79

Iswarya05 opened this issue Feb 25, 2021 · 6 comments

Comments

@Iswarya05
Copy link

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.

@sablea
Copy link

sablea commented Jun 16, 2021

same problem

@yxdydgithub
Copy link

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

@453875726
Copy link

453875726 commented Sep 14, 2021

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$
`

@duy1851999
Copy link

the same problem

@siyuehua
Copy link

siyuehua commented Mar 5, 2024

the same problem. How to solve it?

@siyuehua
Copy link

siyuehua commented Mar 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants