0
0

More than 1 year has passed since last update.

pip install win32guiでエラーが出てインストールできないときの対処法

Last updated at Posted at 2023-09-03

win32guiのpip installができない

pip insall win32guiでwin32guiをインストールすると以下のようなエラーがでてインストールできない。

Collecting win32gui
  Using cached win32gui-221.5.tar.gz (605 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.

        <中略>

 ModuleNotFoundError: No module named 'win32.distutils.command'
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

対処法

pip install pywin32で実行すれば解決できた。

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