在终端输入pip install win32com
报错:
PS D:\PycharmProjects\pythonProject> pip install win32com
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
ERROR: Could not find a version that satisfies the requirement win32com (from versions: none)
ERROR: No matching distribution found for win32com
在终端输入以下命令即可正常安装:
python -m pip install pypiwin32

原创文章,作者:Tingwep,如若转载,请注明出处:https://tingwep.cn/python/id=934