Error building insightface?
Having problems with the "insightface" dependency. The error implies I just needed to install some MS build tools but even after installing those from the URL indicated the error persists for me.
copying insightface\thirdparty\face3d\mesh\cython\mesh_core_cython.pyx -> build\lib.win-amd64-cpython-311\insightface\thirdparty\face3d\mesh\cython
copying insightface\thirdparty\face3d\mesh\cython\setup.py -> build\lib.win-amd64-cpython-311\insightface\thirdparty\face3d\mesh\cython
running build_ext
building 'insightface.thirdparty.face3d.mesh.cython.mesh_core_cython' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for insightface
Failed to build insightface
ERROR: Could not build wheels for insightface, which is required to install pyproject.toml-based projects```
So I managed to get this satisfied by installing insightface manually with --prefer-binary so it didn't compile
close
Im able to build it from a local wsl but it still says ModuleNotFoundError: No module named 'insightface'
if you clone the repo - you can cd into directory python setup.py install
if you clone the repo - you can cd into directory python setup.py install
Do you mean the root folder of the ComfyUI?