You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip install google_auth
Installing collected packages: google-auth
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
google-colab 1.0.0 requires google-auth~=1.4.0, but you have google-auth 1.32.0 which is incompatible.
google-api-python-client 1.12.8 requires six<2dev,>=1.13.0, but you have six 1.12.0 which is incompatible.
google-api-core 1.30.0 requires six>=1.13.0, but you have six 1.12.0 which is incompatible.
Successfully installed google-auth-1.32.0
If I install google-auth==1.4.0, then I find the following problem ImportError: cannot import name 'mtls'
Where can I find version compatibility of tensorflow-cloud with tensorflow?
The text was updated successfully, but these errors were encountered: