-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S-1 B-1 vehicle and speed detection using opencv and python #422
Comments
let's chat for sometime here : https://meet.google.com/zex-cscd-bcc |
should i join right now ? |
Verify CMake Installation Open a command prompt and check the CMake version:
If it's not recognized, make sure the path to CMake is added to your system's PATH variable. Install Visual Studio Build Tools
If Errors Persist: Use a Precompiled Binary Download the .whl file to your computer.
Check for Errors in Build Tools
If you provide the specific error message you receive while attempting to install dlib, I can offer more targeted advice. |
yes, if possible.. |
yeah done ! |
Try with this one last method pip install ------ ( one of the wheel names for the current python version ) You can use last line in this website. Video Reference if you guys need : https://youtu.be/ot6LWpZjTXo?si=EBeB9_M5nfFMBEci |
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
The text was updated successfully, but these errors were encountered: