Pip install failing with HTTP 304 (Not Modified)

J

jcdyer78

We have a jenkins server that has recently had a number of erratically failing builds (of python projects) when trying to pip install requirements. The errors look like:

+ /var/lib/jenkins/jobs/ee/workspace/virtualenv/bin/pip install --environment=/var/lib/jenkins/jobs/ee/workspace/virtualenv --requirement=requirements.txt
[...]
Downloading/unpacking django-uni-form==0.9.0 (from -r requirements.public.txt (line 15))
HTTP error 304 while getting http://pypi.python.org/packages/sou...0.tar.gz#md5=6d8c0bff28eab77829134392d5ff3021 (from http://pypi.python.org/simple/django-uni-form/)
Could not install requirement django-uni-form==0.9.0 (from -r requirements.public.txt (line 15)) because of error HTTP Error 304: Not Modified

It's happening with a number of different packages, and seems to have started just recently. I've never seen this before. Pypi shouldn't be returning a 304, unless pip is sending an If-Modified-Since header, and it seems unlikely that pip would be sending that header if it doesn't know how to handle a 304 response. Is this a bug in the new load-balanced PyPI, or am I doing something wrong on my end?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top