-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install SimpleCV on RPi3 #701
Comments
@Villafruela i believe you should run |
Hi @michbil, Tried it, doesn't work... |
@Villafruela try second method without pip.
I successfully installed simplecv on Rpi3, but when trying tostart it getting |
I have the same issue and tried install from source. But while running "sudo pip install -r requirements.txt" I got an error "Could not find any downloads that satisfy the requirement PIL (from -r requirements.txt (line 3))". Seem that PIL is no longer available. Finally I install Pillow and all libraries listed in requirements.txt manually. Then run “sudo python setup.py develop” to install.
|
Try installing with .deb file, if you can. |
@Villafruela me too |
Hi, I have the same problem, what is the final solution? |
Hi
i'm trying to install SimpleCV on a RPi 3.
After:
sudo apt-get install ipython python-opencv python-scipy python-numpy python-setuptools python-pip
And:
sudo pip install https://github.com/sightmachine/SimpleCV/zipball/master
When launching simplecv, i get:
It looks like the installation is done on python 3 although it needs to run through python2.x (the print 'unit test' is 2.x, for P3 i should have print('unit test')
Am i the only one getting this?
How can i fix it please ?
The text was updated successfully, but these errors were encountered: