sightmachine / SimpleCV

The Open Source Framework for Machine Vision
http://simplecv.org
BSD 3-Clause "New" or "Revised" License
2.68k stars 798 forks source link

Missing parentheses problems at SimpleCV import #705

Open ghost opened 6 years ago

ghost commented 6 years ago

Traceback (most recent call last): File "simplecv.py", line 2, in from SimpleCV import Camera File "/usr/local/lib/python3.6/site-packages/SimpleCV/init.py", line 3, in from SimpleCV.base import * File "/usr/local/lib/python3.6/site-packages/SimpleCV/base.py", line 139 print 'unit test' ^ SyntaxError: Missing parentheses in call to 'print'

rodgomesc commented 6 years ago

I'm not sure, but I think SimpleCV does not support Python3

pawarpooja commented 6 years ago

@szg0000.. Have you got any solution for that problem?? Actually i am also facing the same issue..

mananshukla6 commented 5 years ago

Can you guys welcome me to your club as well? Do we have the solution to this as of now??