Python 3 模块pywin32 加载问题 发表于 2021-04-05 分类于 Code 问题描述: No matching distribution found for win32com 解决思路: 考虑是模组命名问题。 解决方法: pip install win32com pip3 install pypiwin32 pip3 install pywin32 其中,pypiwin32是pywin32的过时版本,应该避免使用它,而使用目前仍在更新的pywin32。 参考链接: https://pypi.org/project/pywin32/ https://github.com/mhammond/pywin32