pythonpython-3.xsimplecv

Is there a version of SimpleCV to install with Python 3.5?


I just installed SimpleCV Version 1.3 Superpack and it installs Python 2.7 and all the libraries included. I tried to run it, got this error

Traceback (most recent call last):
File "G:\images.py", line 1, in module
from SimpleCV import Camera
ImportError: No module named SimpleCV

Is there a version would work with Python 3.5?

I have Windows 8.1 x64, thanks!


Solution

  • To my knowledge there is (not yet) a Python 3 version of SimpleCV.

    But OpenCV runs under Python 3. Pre-compiled windows binaries can be found here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv