The 'google-api-python-client' distribution was not found and is required by the application with pyinstaller

后端 未结 6 892
长情又很酷
长情又很酷 2020-12-02 01:13

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

6条回答
  •  萌比男神i
    2020-12-02 01:31

    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.

提交回复
热议问题