So I wanted to use Auto Py To Exe and got the error:
pkg_resources.DistributionNotFound: The 'google-api-python-client' distribution was not found and is required by the application.
I tried to downgrade google-api-python-client to 1.8.0 because I saw that on Github at a PyInstaller Error (It didn't work). I also tried to add the google-api-python-client Folder and tried to add it to the hidden imports (Nothing worked). I don't really know what to do, could someone help me? Thanks.
Edit: So I got it working with just using: easy_install google-api-python-client, after that everything worked perfect.