Search code examples
pythonpipauto-py-to-exe

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


I am unable install 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


Solution

  • 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. Next you should check that your setup tools are up-to-date with 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). 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. You should also install cffi or update it with pip install cffi. Also use the original cmd by typing cmd in Cortana and running the cmd as administrator:

    This cmd

    If this doesn't work then comment and i'll have another look.