Skip to content
Advertisement

Tag: opencv3.1

Cannot install openCV 3.1.0 with python3. CMAKE not including or linking python correctly

I’m trying to get OpenCV 3.1.0 installed with Python3 on my machine. Because I have Ubuntu 16.04, I am following this guide exactly: http://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/ However, I have trouble in step 4, after running cmake. The output of my cmake program has this snippet: The cmake file doesnt seem to properly link the missing properties under the python section (libraries, numpy,

Advertisement