import win32api 安装pip install pypiwin32

2021-01-17 09:13

阅读:455

标签:imp   ati   成功   pyw   require   not   win   pip   解决   

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

标签:imp   ati   成功   pyw   require   not   win   pip   解决   

原文地址:https://www.cnblogs.com/dangzhengtao/p/12201689.html


评论


亲,登录后才可以留言!