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
I have tried everything like updating and etc
I had the same issue on my desktop where I was building a project on Windows 11.
You need to install Microsoft build tools from this link (or latest) https://aka.ms/vs/17/release/vs_BuildTools.exe
Select: Workloads → Desktop development with C++
Individual Components must be checked:
Hope it helps.