-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
I met the same issue on the google-api-python-client about the pkg_resources exception (
googleapis/python-api-core#27)
| _LIBRARY_VERSION = pkg_resources.get_distribution("google-api-python-client").version |
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
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.