certifi / certifi.io

Public website for the Certifi Project.
http://certifi.io
58 stars 5 forks source link

Can't download egg of certifi in buildout #11

Closed yinlinzh closed 7 years ago

yinlinzh commented 7 years ago

Hi,

When I'm using buildout for code build, there is one error: Can't download https://pypi.python.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d: 404 Not Found

Would you please take a look?

Lukasa commented 7 years ago

It looks to me like this is the result of the change in the PyPI URL scheme here. This seems to be a buildout-specific problem: they haven't updated to the new URI scheme, which would mean requesting files from https://files.pythonhosted.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz (identical to the original URL but with the hostname files.pythonhosted.org instead of pypi.python.org).

As a result, this is not a certifi issue. Please file a bug report with buildout, or update your buildout if they have already fixed this problem.