我无法安装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如果有人能帮我,我会很高兴的。谢谢
发布于 2020-04-17 22:25:40
导致这个问题的原因有很多。首先-检查您的操作系统是否完全是最新的。第二,用python -m pip install --upgrade pip升级你的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 -你应该安装gevent与pip install gevent。您还应该使用pip install cffi安装或更新cffi。也可以通过在Cortana中键入cmd并以管理员身份运行cmd来使用原始cmd:

如果这不起作用,那么评论一下,我会再看一看。
https://stackoverflow.com/questions/61273655
复制相似问题