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

After installation in Raspberry Pi when typed "simplecv" this issue occured...please help #713

Open LoungerW opened 6 years ago

LoungerW commented 6 years ago

my Raspberry Pi's model is 3B

first i used this method

mkdir ~/Code
cd ~/Code
git clone git://github.com/sightmachine/SimpleCV.git
cd SimpleCV
sudo pip install -r requirements.txt
sudo python setup.py develop

when i input sudo pip install -r requirements.txt i got a problem

2018-03-27 6 03 13

i just skip over it and i got this

2018-03-27 6 06 13

however, when i input simplecv this problem happed

2018-03-27 5 29 56
BigEasyWu commented 6 years ago

first you should open the requirements.txt then delete line 3 and line 6 ,because RBP already installed PIL And pygame inside. But after i done this i still get the same trouble like you and don't know why.

shakeeltariq commented 6 years ago

was facing the same issue, tried many things, solved by forcefully downgrading to IPython4:

pip install 'IPython==4' --force-reinstall