-
Notifications
You must be signed in to change notification settings - Fork 885
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
Compiling openCV #306
Comments
Well, the |
Thank you for the swift reply. My mistake yeah. Once I posted the issue, and it was formatted properly, I saw that error (it was hard to spot in cmd). I cloned the repo correctly and ran it again. Got a cmake error so I installed cmake. Now I'm getting an MSBuild error. I'm assuming I need Visual Studio installed to get this done? It'd be nice to have all these prerequisites mentioned somewhere. |
After a few hours of trial and error, finally managed to compile it. Here's a little to-do list for anyone who faces this issue:
And now finally, run the Good luck. |
What steps to I need to take after the compile process is complete, to make sure the opencv python stuff is accessible? |
Yes, you need Visual Studio / compilation tools (Cmake can be installed for example with The wheel package is generated to the |
Done. Thank you. |
λ python setup.py bdist_wheel -- Trying "Visual Studio 16 2019" generator--
could not find any instance of Visual Studio. -- Configuring incomplete, errors occurred!
|
I was following the directions given in another thread here (#126 (comment)).
I'm getting the following error now:
The text was updated successfully, but these errors were encountered: