python-3.xpipurllib3

Error installing urllib3


I am using the command pip install urllib3, the error trace I am getting is as below.

enter image description here

enter image description here

enter image description here


Solution

  • Which pip version do you use?

    Try first to run the command pip install --upgrade pip

    After that, when your pip version is up-to-date try to install the urllib3.

    EDIT:

    Alternatively, you can grab the latest source code from GitHub:

    git clone git://github.com/shazow/urllib3.git

    python setup.py install