C:\Users\משתמש>pip install win32gui
Collecting win32gui
Using cached https://files.pythonhosted.org/packages/b8/75/7bed82934e51903f9d48b26b3996161bb2dce1731607b4bb7fd26003ed3e/win32gui-221.5.tar.gz
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "c:\temp\pip-install-ycidig8u\win32gui\setup.py", line 27, in
from win32.distutils.gui import win32gui_build_ext
File "c:\temp\pip-install-ycidig8u\win32gui\win32\distutils\gui.py", line 6, in
from .command import win32_build_ext
ModuleNotFoundError: No module named 'win32.distutils.command'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\temp\pip-install-ycidig8u\win32gui\
Я использую Python 3.7
Я обновил инструменты настройки, но они все еще не работают...
Я пытаюсь установить win32gui с помощью pip, но получаю сообщение об ошибке:
[code]C:\Users\משתמש>pip install win32gui
Collecting win32gui Using cached https://files.pythonhosted.org/packages/b8/75/7bed82934e51903f9d48b26b3996161bb2dce1731607b4bb7fd26003ed3e/win32gui-221.5.tar.gz Installing build dependencies ... done Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "c:\temp\pip-install-ycidig8u\win32gui\setup.py", line 27, in from win32.distutils.gui import win32gui_build_ext File "c:\temp\pip-install-ycidig8u\win32gui\win32\distutils\gui.py", line 6, in from .command import win32_build_ext ModuleNotFoundError: No module named 'win32.distutils.command' ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\temp\pip-install-ycidig8u\win32gui\ [/code]
Я использую Python 3.7 Я обновил инструменты настройки, но они все еще не работают...