Skip to content

Instantly share code, notes, and snippets.

@youngsoul
Created February 6, 2017 02:13
Show Gist options
  • Save youngsoul/d99173eff3570036c2bef9636120adf6 to your computer and use it in GitHub Desktop.
Save youngsoul/d99173eff3570036c2bef9636120adf6 to your computer and use it in GitHub Desktop.
If pip3 install fails with ImportError: cannot import name IncompleteRead
https://forums.adafruit.com/viewtopic.php?f=50&t=100684&p=503827#p503827
sudo apt-get remove python3-pip
sudo easy_install3 pip
then retry the pip3 install <package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment