Created
February 6, 2017 02:13
-
-
Save youngsoul/d99173eff3570036c2bef9636120adf6 to your computer and use it in GitHub Desktop.
If pip3 install fails with ImportError: cannot import name IncompleteRead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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