virtualenvwrapper-win pip ImportError: No module named urllib3

I got the following error after creating a virtualenv using virtualenvwrapper-win when running pip.

ImportError: No module named urllib3

I fixed it by adding DLLs to PYTHONPATH. This is my PATHPATH.

PYTHONPATH=%PYTHONHOME%\lib;%PYTHONHOME%\DLLs

Leave a Reply

Your email address will not be published. Required fields are marked *