Skip to content
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

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

Open
LoungerW opened this issue Mar 27, 2018 · 2 comments

Comments

@LoungerW
Copy link

LoungerW commented Mar 27, 2018

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

@LoungerW LoungerW changed the title After installation when i typed "simplecv" this issue occured...please help After installation when in Raspberry Pi i typed "simplecv" this issue occured...please help Mar 27, 2018
@LoungerW LoungerW changed the title After installation when in Raspberry Pi i typed "simplecv" this issue occured...please help After installation in Raspberry Pi when typed "simplecv" this issue occured...please help Mar 27, 2018
@BigEasyWu
Copy link

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
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants