15
13

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 5 years have passed since last update.

Fatal error in launcher: Unable to create process using '"'を何とかする

Posted at

Windows環境のPythonのpipでエラーが出る人向け

C:\>pip
Fatal error in launcher: Unable to create process using '"'

これが出たときは大体PATHが汚くなってます。
複数バージョンのPythonを何も使わずに入れると発生する模様。
#解決方法
##とりあえず動かす

C:\>python -m pip

で動きますが、問題は解決してません。
##PATHの修正
複数バージョンのPythonにPATHが通っていないか確認しましょう。
特に、Python3とかPython2とかAnacondaとか入れてる人は要注意。

15
13
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
15
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?