0
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 1 year has passed since last update.

Python3_CMDでPySimpleGUIをインストール ファイルがないエラー

Posted at

Quita超初心者の初めての質問です。不思議なエラーで困っております。
お分かりになる方のご連絡をお待ちしております。解決方法をお教えて下さい。
宜しくお願い致します。

win10 64bit CMDでPySimpleGUIをインストール作業中です。
pythonインストール画面(公式サイト)でいつもpassは☑して通しています。
環境変数の編集画面でも パスは正常です。
¥Python¥Ptyhon310¥Python310¥Scripts¥
¥Python¥Ptyhon310¥Python310¥

py -m pip install PySimpleGUI  は成功しました。

py m- pip list     が失敗しています。解決したいです。

C:\Users\user>python -V
Python 3.10.2 成功しています。

C:\Users\user>pip -V
pip 21.2.4 from C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\pip (python 3.10) 成功しています。

C:\Users\user>py -m pip install PySimpleGUI
Requirement already satisfied: PySimpleGUI in c:\users\user\appdata\local\programs\python\python310\lib\site-packages (4.60.5)   PySimpleGUIはインスト成功しています。

解決したいエラーは下記ですが、Python\Python310\python.exeにpython.exeは存在しています。非常に不思議な現象です。困っています。

C:\Users\user\AppData\Local\Programs\Python\Python310\python.exe: can't open file 'C:\Users\user\m-': [Errno 2] No such file or directory

0
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
0
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?