pip install win32api

pip install pywin32

都会提示错误,如下:

  Could not find a version that satisfies the requirement win32api (from versions: )
No matching distribution found for win32api

改为

pip install pypiwin32

成功解决。

相关文章:

  • 2021-08-18
  • 2021-08-02
  • 2022-01-18
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-02
  • 2021-11-23
  • 2021-10-11
  • 2022-12-23
  • 2021-04-04
  • 2021-06-13
  • 2021-11-26
相关资源
相似解决方案