Skip to content
New issue

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

ImportError: cannot import name 'mtls' #939

Closed
SaschaHeyer opened this issue Jun 9, 2020 · 2 comments
Closed

ImportError: cannot import name 'mtls' #939

SaschaHeyer opened this issue Jun 9, 2020 · 2 comments
Assignees
Labels
type: question Request for information or clarification. Not an issue.

Comments

@SaschaHeyer
Copy link

SaschaHeyer commented Jun 9, 2020

Environment details

  • OS type and version: Docker Image
  • Python version: 3.7
  • pip version: 20.0.2
  • google-api-python-client version: 1.9.1

Steps to reproduce

  1. import google-api-python-client

Important this cannot be reproduced with version 1.9.0. We currently downgraded from 1.9.1 to 1.9.0 to solved this issue.

Code example

Stack trace


@busunkim96
Copy link
Contributor

Hi @SaschaHeyer,

Would you mind doing a pip freeze and providing the exact stack trace?

The most likely cause is an old version of google-auth. See #933

@busunkim96 busunkim96 added the type: question Request for information or clarification. Not an issue. label Jun 9, 2020
@arithmetic1728
Copy link
Contributor

@SaschaHeyer This is because you have an old google-auth installed, please update the google-auth library to the latest version (1.16.1). Please reopen the issue if it doesn't work. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants