Giter VIP home page Giter VIP logo

Comments (3)

ohmayr avatar ohmayr commented on June 1, 2024

@sarsivas thanks for reporting this issue.

I tried running a simple script locally with google-api-python-client==2.122.0 and google-auth==2.28.2 and did not get the same error as you.

from googleapiclient.discovery import build


def main():
   build("", "")

if __name__ == '__main__':
    main()

However, I found out that mtls was added to google.auth.transport in v1.14.0.

Therefore, a version of google-auth <= 1.14.0 results in the error that you're experiencing.

With pip install google-auth==1.13.1, I get the following error:

from google.auth.transport import mtls
ImportError: cannot import name 'mtls' from 'google.auth.transport' (/usr/local/google/home/omairn/.pyenv/versions/3.9.5/envs/py39/lib/python3.9/site-packages/google/auth/transport/__init__.py)

It may be that in your case, an older version of google-auth is being installed as a transitive dependency.

Can you confirm this behaviour by running pip show google-auth?

If that's not the case, we will need more information from you regarding what exactly you're running and if this occurs only when using the Python SDK in App engine.

from google-api-python-client.

sarsivas avatar sarsivas commented on June 1, 2024

Thank you, Ohmayr. We are utilizing the 'google/cloud-sdk:449.0.0' Docker image to execute pytest. The error pertains to the Google Cloud SDK library path where it does not contain the 'mtls.py' module.

Below is the output:

# ls /usr/lib/google-cloud-sdk/platform/google_appengine/google/auth/transport/
__init__.py      _http_client.py  _mtls_helper.py  requests.py 

 
Not referring to google-auth in this path.

# ls /usr/local/lib/python3.9/dist-packages/google/auth/transport/
__init__.py  __pycache__  _aiohttp_requests.py  _custom_tls_signer.py  _http_client.py  _mtls_helper.py  grpc.py  mtls.py  requests.py  urllib3.py

 
After adding the PYTHONPATH as below, it appears to be working
/usr/local/lib/python3.9/dist-packages:/usr/lib/google-cloud-sdk/platform/google_appengine/

Not an issue with the library, it seems that the old version of the library, which doesn't have 'mtls', is present in the Google Cloud SDK version 449. We can close this support ticket.

from google-api-python-client.

vchudnov-g avatar vchudnov-g commented on June 1, 2024

Glad you were able to resolve the issue! Closing.

from google-api-python-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.