无法在Windows的Python 3.7上安装win32core

时间:2019-09-18 19:25:13

标签: python-3.7 win32gui

我正在尝试使用Win32core的某些Windows用户界面功能,但无法将软件包安装到python中。当pep517尝试为win32core构建轮子时,安装失败。 我怀疑win32core仅与cpython一起使用。 这个准确吗? 如果是这样,还有其他Python软件包可让您与Windows交互吗?

C:\Users\...>pip install win32core
Collecting win32core
  Using cached https://files.pythonhosted.org/packages/24/0a/6e0b2e201c76ccd3cda1f97bd64d45daa2b899b50e541962748ec5bc9f5d/win32core-221.28.tar.gz
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Building wheels for collected packages: win32core
  Building wheel for win32core (PEP 517) ... error
  ERROR: Command errored out with exit status 1:

 ----------------------------------------
  ERROR: Failed building wheel for win32core
  Running setup.py clean for win32core
Failed to build win32core
ERROR: Could not build wheels for win32core which use PEP 517 and cannot be installed directly

1 个答案:

答案 0 :(得分:0)

我通过安装pywin32使其工作。