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
Post a Comment