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

version compatibility #344

Open
fisakhan opened this issue Jun 24, 2021 · 1 comment
Open

version compatibility #344

fisakhan opened this issue Jun 24, 2021 · 1 comment

Comments

@fisakhan
Copy link

Where can I find version compatibility of tensorflow-cloud with tensorflow?

@fisakhan
Copy link
Author

fisakhan commented Jun 28, 2021

I found that the following versions are compatible but then it is in conflict with google-auth

google-colab==1.0.0
tensorflow==2.5.0
tensorflow-cloud==0.1.16

After installing latest version of google-auth as suggested by googleapis/google-api-python-client#933, I trapped into the following problem

$ 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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant