[issue22311] Pip 404's

2014-09-01 Thread Antoine Pitrou
Antoine Pitrou added the comment: No need to keep this open, this is tackled in issue 22278. -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker __

[issue22311] Pip 404's

2014-09-01 Thread Donald Stufft
Donald Stufft added the comment: Ok, I'll pull down Python 3.5 in a bit and see what is what. -- ___ Python tracker ___ ___ Python-bug

[issue22311] Pip 404's

2014-09-01 Thread Stefan Behnel
Stefan Behnel added the comment: CPython 3.5, latest development versions. This started failing on August 21st, presumably with the changes for issue 22118. -- ___ Python tracker __

[issue22311] Pip 404's

2014-09-01 Thread Donald Stufft
Donald Stufft added the comment: Yea can you give more information? How are you reproducing this? What version of Python? I can't reproduce it locally. -- ___ Python tracker ___

[issue22311] Pip 404's

2014-09-01 Thread Ned Deily
Changes by Ned Deily : -- nosy: +dstufft ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue22311] Pip 404's

2014-08-31 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: On 31.08.2014 11:34, Wilberto Morales wrote: > > New submission from Wilberto Morales: > > I know that issues like this one are usually on the users(my) fault, but I > think pip might be broken this time for real. > > Every time I run pip install, a 404 e

[issue22311] Pip 404's

2014-08-31 Thread Wilberto Morales
Wilberto Morales added the comment: Also I see PIP is it's own project. Should I migrate the issue? It won't be as easy as I thought to fix. >>> git diff diff --git a/pip/_vendor/distlib/locators.py b/pip/_vendor/distlib/locators.py index 07bc1fd..b7ef31a 100644 --- a/pip/_vendor/distlib/locato

[issue22311] Pip 404's

2014-08-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: See issue #22278. -- superseder: -> urljoin duplicate slashes ___ Python tracker ___ ___ Python-bug

[issue22311] Pip 404's

2014-08-31 Thread Wilberto Morales
Wilberto Morales added the comment: Good to know I'm not the only one. In the comments above, scratch the "/" after .gz. Looks like it's just a redirect adding it. This is the actual url generated. https://pypi.python.org/simple/packages/source/W/Werkzeug/Werkzeug-0.9.6.tar.gz#md5=f7afcadc03b0

[issue22311] Pip 404's

2014-08-31 Thread Stefan Behnel
Stefan Behnel added the comment: I noticed this, too. I think it's due to the urllib changes in issue 22118. -- components: +Library (Lib) nosy: +pitrou, scoder type: -> behavior ___ Python tracker ___

[issue22311] Pip 404's

2014-08-31 Thread Wilberto Morales
New submission from Wilberto Morales: I know that issues like this one are usually on the users(my) fault, but I think pip might be broken this time for real. Every time I run pip install, a 404 error is raised: (venv) /tmp wil >>> pip install flask Requirement already satisfied (use --upgrade