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

Plugin doesn't work with google-auth v1.10.0 #2

Open
craigwatson opened this issue Jan 10, 2020 · 2 comments
Open

Plugin doesn't work with google-auth v1.10.0 #2

craigwatson opened this issue Jan 10, 2020 · 2 comments

Comments

@craigwatson
Copy link

With v1.10.0:

Plugin "gsiam" can't be imported

With v1.9.0:

Loading "gsiam" plugin
@dave-pollock
Copy link
Contributor

I ran into this as well and looked into it.

Unfortunately with Google dropping support for Python 2 from their Python libraries, I don't think there's anything that can be done for operating systems which rely on Python2 for Yum (CentOS 7 for example).

I think CentOS 8 uses Python 3 so there's a chance it would work on that but I haven't tried.

For reference to anyone else encountering the issue, installing the following versions worked for me on CentOS 7:

pip install setuptools==44.0.0
pip install google-auth==1.9.0
pip install google-api-core==1.15.0
pip install google-cloud-core==1.1.0
pip install google-cloud-storage==1.23.0

@dave-pollock
Copy link
Contributor

These might also be required now:

pip install requests==2.23.0
pip install pyasn1==0.4.8
pip install protobuf==3.11.3

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

2 participants