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

MemoryError when trying to install SimpleCV #5

Open
raspberrypieman opened this issue Nov 7, 2017 · 3 comments
Open

MemoryError when trying to install SimpleCV #5

raspberrypieman opened this issue Nov 7, 2017 · 3 comments

Comments

@raspberrypieman
Copy link

I am starting with a fresh Raspbian Stretch on a 16Gb SDcard. I have also done a sudo apt-get update, then sudo apt-get upgrade. Then followed up to Step 3 - Install SimpleCV. The "sudo apt-get install ipython python-opencv python-scipy python-numpy python-setuptools python-pip" part goes OK, then I ran "sudo pip install https://github.com/sightmachine/SimpleCV/zipball/master" when it failed with MemoryError,
There are several lines in the Traceback, the last being: File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/serialize.py", line 87, in dumps
).encode("utf8"),

Any ideas or suggested work-arounds welcome?

@raspberrypieman
Copy link
Author

I see this is exactly the same error as slanning6 is getting see link: sightmachine/SimpleCV#709

@Elias-pi
Copy link

It is a problem with pip install, append at the end of your command " --no-cache-dir" and it should solve your problem

@Dexhub
Copy link

Dexhub commented Oct 12, 2018

"--no-cache-dir" solved the problem. Thanks!

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