我无法安装 auto-py-to-exe
Could not find a version that satisfies the requirement cffi>=1.12.3 (from versions: )
No matching distribution found for cffi>=1.12.3
如果有人可以帮助我,我会很高兴。谢谢
我无法安装 auto-py-to-exe
Could not find a version that satisfies the requirement cffi>=1.12.3 (from versions: )
No matching distribution found for cffi>=1.12.3
如果有人可以帮助我,我会很高兴。谢谢
有很多事情可能会导致这个问题。首先 - 检查您的操作系统是否完全是最新的。第二次升级你pip
的python -m pip install --upgrade pip
。接下来,您应该检查您的设置工具是否与pip install --upgrade setuptools
. 如果您的设置工具是最新的,您只会收到消息Requirement already up-to-date:
- 版本应该是(46.1.3)
. 接下来-这可能不会有任何问题,因为您没有收到错误消息-Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output
您应该使用. pip install gevent
您还应该安装cffi或使用pip install cffi
. 还可以通过在 Cortana 中键入 cmd 并以管理员身份运行 cmd 来使用原始 cmd:
如果这不起作用,请发表评论,我会再看看。