-
Notifications
You must be signed in to change notification settings - Fork 243
Description
Below is the issue we are facing with our project..
problem
attempts to resolve
we tried to resolve it with the help of a Youtube video ,followed the exact steps shown in the video!!
video link : https://youtu.be/eaEndTeUiSU?si=TL4IUHfyGIgWmfE0
-->installed CMake globally from https://cmake.org/download/ and ensured to add it to system path, which showed the correct version with cmake --version
-->attempted to install CMake within virtual environment using pip install cmake, and then it got installed
--> dlib requires a c++ compiler and so we installed "Build Tools for Visual Studio" and ensured to select "Desktop development with C++" workload.
Now through command prompt after my virtual environment is activated ,tried to to install dlib ,but it repeatedly showed the above error .
github repo which we reffered:
https://github.com/sathyaraj819/Vehicle-Detection-And-Speed-Tracking