get_distribution doesn't function when packages are vendored. We should remove uses of this function.
|
__version__ = get_distribution("google-cloud-bigquery").version |
See: googleapis/python-api-core#80 as an example of how to fix this using a "version" module. Release tooling is being updated to support this method.