python - is there a version of SimpleCV to install with python3.5? -
i installed simplecv version 1.3 superpack , installs python2.7 , libraries included. tried run it, got error
traceback (most recent call last):
file "g:\images.py", line 1, in module
simplecv import camera
importerror: no module named simplecv
is there version work python3.5?
i have windows8.1 x64, thanks!
to knowledge there (not yet) python 3 version of simplecv.
but opencv runs under python 3. pre-compiled windows binaries can found here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
Comments
Post a Comment