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?
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?