简体   繁体   English

无法安装 auto-py-to-exe; 找不到版本

[英]Unable to install auto-py-to-exe; Coudn't find a version

I am unable install auto-py-to-exe我无法安装 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

I would be glad if anyone could help me.如果有人可以帮助我,我会很高兴。 Thank you谢谢

There are many things that may be causing this issue.有很多事情可能会导致这个问题。 First - check that your operating system is fully up-to-date.首先 - 检查您的操作系统是否完全是最新的。 Second upgrade your pip with python -m pip install --upgrade pip .第二次升级pippython -m pip install --upgrade pip Next you should check that your setup tools are up-to-date with pip install --upgrade setuptools .接下来,您应该使用pip install --upgrade setuptools检查您的安装工具是否是最新的。 If your setup tools are up-to-date you will simply get the message Requirement already up-to-date: - the version should be (46.1.3) .如果您的设置工具是最新的,您只会收到消息Requirement already up-to-date: - the version should be (46.1.3) Next - this probably won't have any issues as you are not getting the error Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output - you should install gevent with pip install gevent .接下来 - 这可能不会有任何问题,因为您没有收到错误Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output - 您应该使用pip install gevent gevent You should also install cffi or update it with pip install cffi .您还应该安装cffi或使用pip install cffi更新它。 Also use the original cmd by typing cmd in Cortana and running the cmd as administrator:还可以通过在 Cortana 中键入 cmd 并以管理员身份运行 cmd 来使用原始 cmd:

这个 cmd

If this doesn't work then comment and i'll have another look.如果这不起作用,请发表评论,我会再看看。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM