I see the following error from pip in several versions of python3 that I run:
... raise MissingSchema('Proxy URLs must have explicit schemes.') pip._vendor.requests.exceptions.MissingSchema: Proxy URLs must have explicit schemes.
It looks something like a query library.
And this is with pip 1.5.2 on python 3.3.4
source share