Unable to build with Python 3 support on Ubuntu 14.10 (Bug #4044)
Description
I can't seem to be able to compile OpenCV master branch on Ubuntu 14.10 with Python 3 support. The problem seems to stem from cmake being unable to find all appropriate libraries, so it sets Python module as unavailable.
One other curious thing is that Python 2 module seems to be put in Available and Unavailable alternating each time I run cmake.
History
Updated by Pavel Rojtberg about 10 years ago
as a workaround you can delete everything python2 and python3 related from cmake gui and re-run configuration.
it actually works on the first run but not consecutive ones.
Updated by Maksim Shabunin almost 10 years ago
Should be fixed in pull request 3794 https://github.com/Itseez/opencv/pull/3794
- Status changed from New to Done
- Pull request set to https://github.com/Itseez/opencv/pull/3794