5
3

More than 3 years have passed since last update.

1、pipの再インストール

Last updated at Posted at 2020-04-21

winpython pip使用時のエラー対策で、pipを再インストールした。

pip list

pip使用時、下記のエラーがよく出ている。ネットに調べると、"PATHが汚くなってます。"大体書いています。pipを再インストールすると対応できたので、メモします。

Fatal error in launcher: Unable to create process using '""c:\program files\python36\python.exe"  "C:\Program Files\Python36\Scripts\pip.exe" '

既存pipの削除:

python -m pip uninstall pip

下記の参考ページに、get-pip.pyをダウンロードして、python get-pip.pyで実行すると、再インストール完了です。(英語で読みづらいので、「get-pip.py」で検索できます)

python get-pip.py

参考(英語):
https://packaging.python.org/tutorials/installing-packages/#use-pip-for-installing

目次 非IT業種のITメモ

5
3
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
5
3