jsk-ros-pkg / jsk_travis

11 stars 23 forks source link

update 2.7/get-pip.py url #416

Closed k-okada closed 3 years ago

k-okada commented 3 years ago

fix "can not find get-pip.py" error

+curl https://bootstrap.pypa.io/2.7/get-pip.py
+sudo python -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   936  100   936    0     0  11036      0 --:--:-- --:--:-- --:--:-- 11142
Hi there!
The URL you are using to fetch this script has changed, and this one will no
longer work. Please use get-pip.py from the following URL instead:
    https://bootstrap.pypa.io/pip/2.7/get-pip.py
Sorry if this change causes any inconvenience for you!
We don't have a good mechanism to make more gradual changes here, and this
renaming is a part of an effort to make it easier to us to update these
scripts, when there's a pip release. It's also essential for improving how we
handle the `get-pip.py` scripts, when pip drops support for a Python minor
version.
There are no more renames/URL changes planned, and we don't expect that a need
would arise to do this again in the near future.
Thanks for understanding!
- Pradyun, on behalf of the volunteers who maintain pip.
k-okada commented 3 years ago

Merged because " TRAVIS_PULL_REQUEST='false'" never success