1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

`python -m easy_install pip` now installs pip incompatible with Python2 (specify pip~=20.0)

Last updated at Posted at 2021-01-25

pip 21.0 has been released on Jan 23 (2021). It is not compatible with Python2. However, python -m easy_install pip now installs pip 21(.0). This will be a problem when we want to use latest pip while python-setuptools is provided by system package.

For now, python -m easy_install 'pip<21' seems working.


210311: maybe python -m easy_install 'pip~=20.0' is better as system-pip needs to be updated.

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?