python pip broken after update -


i seeing following error pip on several versions of python3 running:

...     raise missingschema('proxy urls must have explicit schemes.') pip._vendor.requests.exceptions.missingschema: proxy urls must have explicit schemes. 

it looks requests library.

and pip 1.5.2 on python 3.3.4

i'm guessing new version more strict checking proxy settings valid. if have environment variable http_proxy=localhost:3128 update http_proxy=http://localhost:3128 , should fine again. (ditto https_proxy -- guess recent versions of pip insist on using https?)


Comments

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -

how to run a query SQL in node.js mysql -