Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
PyPI is behind a CDN (python.org)
96 points by spdy on May 26, 2013 | hide | past | favorite | 13 comments



That is good news. Too bad about the "delay of several minutes in some cases between updating a package and having it be installable" though; just last month I was testing some changes to a Python package of a friend of mine sitting next to me, with him uploading to PyPI and me re-installing via pip every time. Total abuse of the system but I did appreciate how easily it worked :-P


Maybe next time use Python's SimpleHTTPServer (or for a more (empirically) stable experience, node-static) and direct pip to download from there? :)


You can host the source and eggs on another host, e.g. Google Code or Launchpad instead of PyPi. Setuptools is smart enough to follow the download links there. This won’t solve the delay if you bump the version number though.


One of the responses notes that they will by eliminating the delay in the future, so you'll only have to put up with this inconvenience temporarily.


This is better than good news, this is GREAT NEWS!


Wow, finally! Pypi was so damn unbelievable slow at some times, i'm really happy for this change, great great great!


Fantastic news! Pypi downloads were the slowest and most unreliable part of our install process. It is/was so bad that it almost always failed when you have a mid sized list of new packets to install.


The performance has indeed improved greatly. Too bad it doesn't seem to support IPv6 though :(


Everybody sing a Hallelujah...


Woot! Pypy is a little slow sometimes but this is a great change for me as I'm getting more into python and doing "experiments" with virtualenv and pip.

Thanks for helping Pypy Fastly!


That's PyPI[1], the Python Package Index, not PyPy[2].

[1] https://pypi.python.org/pypi

[2] http://pypy.org/


From the context it is clear that he just misspelled PyPI.


It's PyPI, PyPy is a different (unrelated) project.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: