FaceX-Zoo icon indicating copy to clipboard operation
FaceX-Zoo copied to clipboard

ModuleNotFoundError: No module named 'utils.cython.render'

Open ZTECH10 opened this issue 4 years ago • 2 comments

When running " python add_mask_one.py " under the FMA-3D folder, I get the following error:

File "add_mask_one.py", line 7, in from face_masker import FaceMasker File "addition_module/face_mask_adding/FMA-3D/face_masker.py", line 18, in from utils.cython.render import render_cy ModuleNotFoundError: No module named 'utils.cython.render' (base) MacBook-Pro:FMA-3D mmz_10$

I tried to solve the problem by running the "setup.py" file under "utils/cython" but I got the following two errors:

clang: error: unsupported option '-fopenmp' error: command 'gcc' failed with exit status

why is this happening? do I need to install any dependencies? thanks

ZTECH10 avatar Feb 19 '22 23:02 ZTECH10

I meet the same issue,too. Have you solved this issue?

wrainbow0705 avatar Jun 09 '22 08:06 wrainbow0705

You may see the README.md under addition_module/face_mask_adding/FMA-3D/utils/cython @wrainbow0705

I meet the same issue,too. Have you solved this issue?

linhuaiyi avatar Jun 22 '22 07:06 linhuaiyi