I am currently trying to build an app with pyinstaller. I have gotten the error The \'google-api-python-client\' distribution was not found and is required by the appl
Just wanted to add to @joeyipanimation answer as it helped me to solve the problem after hours. Search for google_api_python_client-1.9.3.dist-info in your exe folder or libary area, and copy it to the main folder of where the exe is.