Im having issues installing the blinkt pHat. I run the following command: sudo curl -sS get.pimoroni.com/blinkt | bash
however the script bails out when installing the Blinkt! library for Python 2
Installing Blinkt! library for Python 2…
Traceback (most recent call last):
File “/usr/bin/pip”, line 9, in
load_entry_point(‘pip==1.5.6’, ‘console_scripts’, ‘pip’)()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2476, in load_entry_point
return ep.load()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2190, in load
[‘name’])
File “/usr/lib/python2.7/dist-packages/pip/init.py”, line 74, in
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File “/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py”, line 9, in
from pip.download import path_to_url
File “/usr/lib/python2.7/dist-packages/pip/download.py”, line 25, in
from requests.compat import IncompleteRead
ImportError: cannot import name IncompleteRead
Python 2 library install failed!
If problems persist, visit forums.pimoroni.com for support"
PyPi, where our libraries are hosted has been temperamental lately. The best advice I can give you is to try again every few hours.
Failing that you can try cloning the gothic repo and install manually, this board has next to no dependency so that should be relatively straightforward. Let us know if you need help with that.