We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I met the same issue on the google-api-python-client about the pkg_resources exception ( googleapis/python-api-core#27)
google-api-python-client/googleapiclient/model.py
Line 34 in 0f2e2a1
pkg_resources.DistributionNotFound: The 'google-api-python-client' distribution was not found and is required by the application
I found the google-auth source and python-api-core has changed. Could it be changed this way accordingly? googleapis/google-auth-library-python@ff6b52c
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I met the same issue on the google-api-python-client about the pkg_resources exception (
googleapis/python-api-core#27)
google-api-python-client/googleapiclient/model.py
Line 34 in 0f2e2a1
I found the google-auth source and python-api-core has changed. Could it be changed this way accordingly?
googleapis/google-auth-library-python@ff6b52c
The text was updated successfully, but these errors were encountered: