ModuleNotFoundError: No module named 'utils.cython.render'
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
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
I meet the same issue,too. Have you solved this issue?
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?