我在64位Windows机器上安装了Python 2.7.10。当我尝试通过pip
命令安装pywinauto时,它会以绿色显示一些警告。
然后我尝试下载(pywinauto 0.5.4)并运行命令,但它显示错误:Could not find suitable distribution for Requirement.parse('pypiwin32')
。
我还通过https://github.com/pywinauto/pywinauto下载了pywinauto 64位并运行了python setup.py install
命令。
输出为:Error: Could not find suitable distribution for Requirement.parse('setuptools-scm')
答案 0 :(得分:1)
pypiwin32包中有一些变化。现在它已恢复(甚至比以前更好,因为它是轮子)3.6之前的Python版本。请参阅https://pypi.python.org/pypi/pypiwin32/219并再次尝试pip install pywinauto
。