Ask Your Question
0

Can I use OpenCV 3.2 installed from prebuilt binaries on Windows with Python 3.5 and C++?

asked 2017-05-20 04:30:44 -0600

fanta gravatar image

updated 2017-05-20 04:31:02 -0600

I would like to program with OpenCV 3.2 with both C++ and Python 3.5, under Windows 10. Can I do it just installing OpenCV 3.2 from the pre-built binaries? Or must I build OpenCV from source?

Thanks!

edit retag flag offensive close merge delete

Comments

1

afaik, the cv2.pyd that comes prebuilt there is for python2.7 only. the c++ libs are for vs2015 64bit exclusively. so, yea, if you need py3.5 support, or a different c++ compiler, -- there will be no way avoiding to build from src.

berak gravatar imageberak ( 2017-05-20 04:36:52 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-05-23 04:47:33 -0600

fanta gravatar image

I believe berak is correct. I ended up building from source with Python 3.5 (Anaconda) and Visual Studio 2017, and so far it is working fine.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-05-20 04:30:44 -0600

Seen: 423 times

Last updated: May 23 '17