saimj7 / People-Counting-in-Real-Time

People Counting in Real-Time with an IP camera.
MIT License
528 stars 263 forks source link

dlib is not working #78

Open Ariprasad-M opened 6 months ago

Ariprasad-M commented 6 months ago

ERROR: Failed building wheel for dlib Running setup.py clean for dlib Failed to build dlib ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects

saimj7 commented 6 months ago

Looks to be an error during the installation of dlib? Can you provide the full log?

gurzelai commented 5 months ago

Looks to be an error during the installation of dlib? Can you provide the full log?

Hello, same happened to me. This is the full log. After have done pip install dlib: image

I have done a little research and the problem may be caused by the versions of other packages and Python itself

saimj7 commented 5 months ago

Hi, as the error implies you need to install CMake and add its directory to the path environment variable: https://cmake.org/download/