Ask Your Question
0

Is Python 3.4.3 supported in openCV 3.0Beta?

asked 2015-03-23 14:18:42 -0600

HandsomeJoe gravatar image

Hello:

Can I reference Python 3.4.3 for use in openCV 3.0Beta? If not what is the latest Python version I can use?

HJ

edit retag flag offensive close merge delete

Comments

The latest master branch version is being tested with python 3.4.0 (on linux): for example

But there are only 7 tests, while version 2.4 has 80 tests.

mshabunin gravatar imagemshabunin ( 2015-03-31 03:50:47 -0600 )edit

2 answers

Sort by ยป oldest newest most voted
2

answered 2015-03-30 15:21:20 -0600

HandsomeJoe gravatar image

updated 2015-03-30 15:25:06 -0600

Well after a week of effort and prowling the vast information provided by others I was finally able to build openCV 3.0 Beta with Python 3.4.3 with 64 bit versions directly from the Python & openCV sites

My environment is Windows 7 w/ SP1, CMake 3.2.1 and VS2012.

Tips: Not anyone post was found to be 100% accurate and/or match my specific setup - of course. Most confusing was that even though using VS2012: I had to reference VS 2011 2012 Win64 as the compiler in Cmake. I think this enables using the correct Platform Toolset VS 2012 (v110) in the VS setup for the openCV build. Also I had to ref my python3 dirs instead of python2 dirs in CMakes python2 variables definitions or else it would always be built with Python2 for the openCV build even though I had python3 variables defined too. I copied my resulting /install/.. dirs from my target dir for the build over to my Beta3.0\opencv dir. This becomes the pathway dir to ref in VS2012 for subsequent project builds i.e. Additional Include dirs & Additional Library dirs

Obviously I am a Newbie with much to learn!

edit flag offensive delete link more
2

answered 2015-03-28 05:17:44 -0600

I did not test with Python 3.4.3 but succeeded with Python 3.4.2-64 bit with latest OpenCV 3.0-beta (on Windows 7 64 bit with VS 2013 update 4) from github. Hope this help.

edit flag offensive delete link more

Comments

Thank you Tuannhtn for your kind response.

HandsomeJoe gravatar imageHandsomeJoe ( 2015-03-28 14:31:31 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-03-23 14:18:42 -0600

Seen: 1,217 times

Last updated: Mar 30 '15