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 lemburg
Recipients lemburg, pitrou, scoder, wilbertom
Date 2014-08-31.10:32:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5402F9AA.3090304@egenix.com>
In-reply-to <1409477681.69.0.43132778549.issue22311@psf.upfronthosting.co.za>
Content
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 error is raised:
> 
> (venv) /tmp wil
>>>> pip install flask
> Requirement already satisfied (use --upgrade to upgrade): flask in /home/wil/Programming/open/skinner/venv/lib/python3.5/site-packages/Flask-0.11_dev-py3.5.egg
> Downloading/unpacking Werkzeug>=0.7 (from flask)
>   HTTP error 404 while getting https://pypi.python.org/simple/packages/source/W/Werkzeug/Werkzeug-0.9.6.tar.gz#md5=f7afcadc03b0f2267bdc156c34586043 (from https://pypi.python.org/simple/werkzeug/)

The URL is wrong. It should be:

https://pypi.python.org/packages/source/W/Werkzeug/Werkzeug-0.9.6.tar.gz#md5=f7afcadc03b0f2267bdc156c34586043

The added /simple/ in the path is causing the problem. Do you perhaps
have a local config for pip that is adding this URL path ?

FWIW: It "pip install werkzeug" works for me.
History
Date User Action Args
2014-08-31 10:32:19lemburgsetrecipients: + lemburg, pitrou, scoder, wilbertom
2014-08-31 10:32:19lemburglinkissue22311 messages
2014-08-31 10:32:19lemburgcreate