我在我的64位Windows机器上安装了Python 2.7.10。当我试图通过pip命令安装pywinauto时,它以绿色显示一些警告。
然后我尝试下载(pywinauto0.5.4)并运行命令,但它显示错误:Could not find suitable distribution for Requirement.parse('pypiwin32')。
我还通过https://github.com/pywinauto/pywinauto下载了python setup.py install 64位版本,并运行了pywinauto命令。
输出为:Error: Could not find suitable distribution for Requirement.parse('setuptools-scm')
发布于 2017-01-24 03:23:40
这是pypiwin32包中的一些变化。现在,它在Python 3.6之前的版本中得到了恢复(甚至比以前更好,因为它是轮子)。请参阅https://pypi.python.org/pypi/pypiwin32/219并再次尝试pip install pywinauto。
https://stackoverflow.com/questions/41803256
复制相似问题