I am trying to install py2exe for my laptop and when I install it I get Retrying (retry(total =4,...) this continues for 5 times and then crashes. Then it states could not find a version that sastisfies the requirements of py2exe. No matching distributions for found for py2exe.
I have python 2.7. I go to https://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/ and downloaded the correct 2.7 version. When i go to do a pip install it wont work. I double click the executable and let it download. a Py2exe folder is created. I moved that folder to the directory C:\Python27\Scripts and run "pip install py2exe"
pip install py2exe
I expect the results to successfully run the install so I can start creating executable but it wont run.