我目前正在尝试使用 pyinstaller 构建一个应用程序。我得到了错误The 'google-api-python-client' distribution was not found and is required by the application,我完全不知道为什么。
运行pip show google-api-python-client结果
Name: google-api-python-client
Version: 1.8.2
Summary: Google API Client Library for Python
Home-page: http://github.com/google/google-api-python-client/
Author: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Location: c:\dev\software\schoology_scrape\schoology_scrape_venv\lib\site-packages
Requires: google-auth-httplib2, uritemplate, google-auth, google-api-core, httplib2, six
Required-by:
Run Code Online (Sandbox Code Playgroud)
我还有一个 requirements.txt 文件,其中包含项目中使用的所有库
任何帮助将不胜感激!