This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients antonio95100, berker.peksag
Date 2018-04-16.14:02:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523887323.26.0.682650639539.issue33287@psf.upfronthosting.co.za>
In-reply-to
Content
There are two different problems here:

1. There is a possible networking issue. I'd try to use a proxy or something like that.

2. You are using a pip patched by Ubuntu/Debian developers. pip is normally a self-contained package and they use their own version of requests library (urllib3 is used by requests.) Upgrading pip by running "pip install -U pip" (you might need "sudo" depending on your system) or by using your package manager might help.

Please use support channels of Ubuntu to get further help. This tracker is for issues with the Python standard library and Python interpreter.
History
Date User Action Args
2018-04-16 14:02:03berker.peksagsetrecipients: + berker.peksag, antonio95100
2018-04-16 14:02:03berker.peksagsetmessageid: <1523887323.26.0.682650639539.issue33287@psf.upfronthosting.co.za>
2018-04-16 14:02:03berker.peksaglinkissue33287 messages
2018-04-16 14:02:03berker.peksagcreate