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
jaketeater commented
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
pradyunsg commented
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?
ewdurbin commented
ewdurbin commented
OK, and the automation that creates them is also gone