error: command '/usr/bin/gcc' failed with exit code 1
error: subprocess-exited-with-error
× Building wheel for psbody-mesh (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /root/anaconda3/envs/pytorch/bin/python3.9 /root/anaconda3/envs/pytorch/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/in_process.py build_wheel /tmp/tmpn2iglis
cwd: /data/mesh-fix-MSVC_compilation
Building wheel for psbody-mesh (pyproject.toml) ... error
ERROR: Failed building wheel for psbody-mesh
Failed to build psbody-mesh
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (psbody-mesh)
make: *** [Makefile:7: all] Error 1
I have installed gcc and g++ and replace the install-options with config-settings in Makefile:7, But I still met this error. How to solve it?