import win32api 安装pip install pypiwin32
Posted 星辰虎贲
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了import win32api 安装pip install pypiwin32相关的知识,希望对你有一定的参考价值。
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
成功解决。
以上是关于import win32api 安装pip install pypiwin32的主要内容,如果未能解决你的问题,请参考以下文章
我尝试使用 pip 安装 win32gui,但出现此错误。我正在使用 python 3.8.5,我也有最新版本的 pip