pypa/get-pip

bootstrap.pypa.io/3.X/get-pip.py results in a 404, despite having a directory listings (& having previously worked).

jaketeater opened this issue · 5 comments

https://bootstrap.pypa.io/3.4/get-pip.py returns a 404.

If you browse to https://bootstrap.pypa.io/3.4/ the get-pip.py file is listed. However, it returns a 404.

The /3.4 directory is listed at:
https://bootstrap.pypa.io/

This holds true to all of the https://bootstrap.pypa.io/2.X and https://bootstrap.pypa.io/3.X that I tested.

I was able to access the file here, and updated my code with this URL.
https://bootstrap.pypa.io/pip/3.4/get-pip.py

See #61 and #115.

If you browse to https://bootstrap.pypa.io/3.4/ the get-pip.py file is listed. However, it returns a 404.

Actually, this is interesting! @ewdurbin could you take a look into this?

Broken symlinks that should have been removed after the migration.

Screen Shot 2021-07-02 at 12 52 15 PM

They're gone now!

OK, and the automation that creates them is also gone 😅 python/psf-salt@134bedb

Thanks @ewdurbin! ^.^