[issue33287] "pip iinstall packageName.py" fails

Berker Peksag report at bugs.python.org
Mon Apr 16 10:02:03 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:

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.

----------
nosy: +berker.peksag
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33287>
_______________________________________


More information about the Python-bugs-list mailing list