Skip to content

cannot import name 'mtls'Β #933

@nitramsivart

Description

@nitramsivart

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-client version: 1.9.1

Steps to reproduce

  1. 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

Labels

externalThis issue is blocked on a bug with the actual product.priority: p2Moderately-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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions