質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
win32guiを使用したくて、pip install win32guiとしてインストールを試みているのですが、
|
2
|
-
「Command "python setup.py egg_info" failed with error code 1 in C:\Users\
|
2
|
+
「Command "python setup.py egg_info" failed with error code 1 in C:\Users\A\AppData\Lacal\Temp\pip-install-lrcwftdn\win32gui\」
|
3
3
|
と表示されて、止まってしまいます。
|
4
4
|
どうしたら、インストール出来るでしょう………
|
5
5
|
|
@@ -21,4 +21,4 @@
|
|
21
21
|
ModuleNotFoundError: No module named 'win32.distutils.command'
|
22
22
|
|
23
23
|
----------------------------------------
|
24
|
-
Command "python setup.py egg_info" failed with error code 1 in C:\Users\
|
24
|
+
Command "python setup.py egg_info" failed with error code 1 in C:\Users\A\AppData\Lacal\Temp\pip-install-lrcwftdn\win32gui\
|
2
詳細追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,24 @@
|
|
1
1
|
win32guiを使用したくて、pip install win32guiとしてインストールを試みているのですが、
|
2
|
-
「Command "python setup.py egg_info" failed with error code 1 in C:\Users\ユーザ\AppData\Lacal\Temp
|
2
|
+
「Command "python setup.py egg_info" failed with error code 1 in C:\Users\ユーザ\AppData\Lacal\Temp\pip-install-lrcwftdn\win32gui\」
|
3
3
|
と表示されて、止まってしまいます。
|
4
4
|
どうしたら、インストール出来るでしょう………
|
5
5
|
|
6
6
|
Pyhonのバージョンは3.7
|
7
|
-
OSはwindows7です。Anacondaは使用していません。
|
7
|
+
OSはwindows7です。Anacondaは使用していません。
|
8
|
+
|
9
|
+
詳細なエラーを書きますと以下の通りです。
|
10
|
+
Collecting win32gui
|
11
|
+
Using cached https://files.pythonhosted.org/packages/b8/75/7bed82934e51903f9d48b26b3996161bb2dce1731607b4bb7fd26003ed3e/win32gui-221.5.tar.gz
|
12
|
+
Installing build dependencies: started
|
13
|
+
Installing build dependencies: finished with status 'done'
|
14
|
+
Complete output from command python setup.py egg_info:
|
15
|
+
Traceback (most recent call last):
|
16
|
+
File "<string>", line 1, in <module>
|
17
|
+
File "C:\Users\A\AppData\Local\Temp\pip-install-nz0y6dm0\win32gui\setup.py", line 27, in <module>
|
18
|
+
from win32.distutils.gui import win32gui_build_ext
|
19
|
+
File "C:\Users\A\AppData\Local\Temp\pip-install-nz0y6dm0\win32gui\win32\distutils\gui.py", line 6, in <module>
|
20
|
+
from .command import win32_build_ext
|
21
|
+
ModuleNotFoundError: No module named 'win32.distutils.command'
|
22
|
+
|
23
|
+
----------------------------------------
|
24
|
+
Command "python setup.py egg_info" failed with error code 1 in C:\Users\ユーザ\AppData\Lacal\Temp\pip-install-lrcwftdn\win32gui\
|
1
情報高度化
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,7 @@
|
|
1
1
|
win32guiを使用したくて、pip install win32guiとしてインストールを試みているのですが、
|
2
2
|
「Command "python setup.py egg_info" failed with error code 1 in C:\Users\ユーザ\AppData\Lacal\Temp|pip-install-lrcwftdn\win32gui\」
|
3
3
|
と表示されて、止まってしまいます。
|
4
|
-
どうしたら、インストール出来るでしょう………
|
4
|
+
どうしたら、インストール出来るでしょう………
|
5
|
+
|
6
|
+
Pyhonのバージョンは3.7
|
7
|
+
OSはwindows7です。Anacondaは使用していません。
|