[Distutils] PyPI CDN issues

Donald Stufft donald at stufft.io
Wed May 29 15:01:21 CEST 2013


I believe this should be fixed now. I ensured Vary: Accept-Encoding was
called even when responses were gzipped.

I also purged the cache so bad entries should be gone. IF you have any
more issues after this email please tell me.

-- 
  Donald Stufft
  donald at stufft.io

On Wed, May 29, 2013, at 08:17 AM, Maurits van Rees wrote:
> Op 29-05-13 14:10, Donald Stufft schreef:
> > Are you able to consistently reproduce this? Can you get me output with
> > the -v flag to easy_install? E.g. easy_install -v 'zc.buildout<2dev'?
> >
> > Here's what I get: https://gist.github.com/dstufft/5669826
> 
> For zc.buildout it now works, but that may be luck.
> 
> If I try it with a different package it sometimes works and sometimes 
> not, presumably because sometimes a gzipped version of the html file is 
> returned.
> 
> $ bin/easy_install -v pep8
> Searching for pep8
> Reading http://pypi.python.org/simple/pep8/
> No local packages or download links found for pep8
> error: Could not find suitable distribution for Requirement.parse('pep8')
> 
> Trying the same again:
> 
> $ bin/easy_install -v pep8
> Searching for pep8
> Reading http://pypi.python.org/simple/pep8/
> Found link: 
> http://pypi.python.org/packages/source/p/pep8/pep8-0.4.2.tar.gz#md5=da8562ef0b18ae9ced210cff742a2d1b
> ...
> Best match: pep8 1.4.5
> ...
> 
> And there it goes on to successfully install pep8.
> 
> 
> -- 
> Maurits van Rees: http://maurits.vanrees.org/
> Zest Software: http://zestsoftware.nl
> 
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> http://mail.python.org/mailman/listinfo/distutils-sig


More information about the Distutils-SIG mailing list