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

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

成功解决。

posted @ 2019-04-16 16:04  咣咣敲代码  阅读(4049)  评论(0编辑  收藏  举报