Hello everyone. I am Dr. Furkan Gözükara. PhD Computer Engineer. SECourses is a dedicated YouTube channel for the following topics : Tech, AI, News, Science, Robotics, Singularity, ComfyUI, SwarmUI, ML, Artificial Intelligence, Humanoid Robots, Wan 2.2, FLUX, Krea, Qwen Image, VLMs, Stable Diffusion
Does anyone have a solution for this? previously, I ran "pip install opencv-python" and that worked I guess and the ran into a another no modlue named 'insightface', so I tried to install that and it did, but I got two errors: Error: "Failed building wheel for insightface" Error"Could not build wheels for insightface, which is required to install pyproject.toml-based projects"
Not sure if this was correct? Screenshot is before the insightface error.
Yes, I did that, but was wondering if it was correct. Now i am getting "No module insightface" error (see screenshot 1) and after running "pip install insightface" it is giving me the following error (screenshot 2) " 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 found this earlier and it solved my wheel issue lol I have successfully resolved the issue by installing the C++ Build Tools from https://visualstudio.microsoft.com/visual-cpp-build-tools/ and restarting my PC. Now everything is working fine!