I am trying to download auto-py-to-exe on a different (windows) device than I usually use through pip. However when run I get the error (sorry it is so very very long):
In your problem there are two problems occured
IndexError: list index out of range.distutils.errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 is requiredFor the first error You can try this code
pip install --no-use-wheel --upgrade distribute
Source
For the second error you can use
pip install --upgrade setuptools
Source