-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
externalThis issue is blocked on a bug with the actual product.This issue is blocked on a bug with the actual product.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
This appears to be a bug with version 1.9 caused by #917
Environment details
- OS type and version: OS X 10.15.4
- Python version:
3.6.10 - pip version:
20.0.02 google-api-python-clientversion:1.9.1
Steps to reproduce
- python -c "import googleapiclient.discovery"
Stack trace
----> 1 import googleapiclient.discovery
~/miniconda3/envs/surround-cp/lib/python3.6/site-packages/googleapiclient/discovery.py in <module>
48 import uritemplate
49 import google.api_core.client_options
---> 50 from google.auth.transport import mtls
51 from google.auth.exceptions import MutualTLSChannelError
52
ImportError: cannot import name 'mtls'
Metadata
Metadata
Assignees
Labels
externalThis issue is blocked on a bug with the actual product.This issue is blocked on a bug with the actual product.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.