Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on July 20, 2016 9:54PM
Likes: 0
Replies: 3
Hi,
I am trying to use the Google sheet plugin.
I have installed all the dependencies required in the DataScienceStudio/dss_home/bin folder
but I still have the same error:
Test failed: cannot import name SignedJwtAssertionCredentials
I googled the error and I install few more package:
$ pip install pycrypto
$ pip install pyopenssl
$ pip install httplib2
$ pip install oauth2client
$ pip install ssl
But it is still not working.
I would really much appreciate you help .
Thanks
----conf info---
Mac os El Capitan 10.11.5
Hi,
Thanks for reporting this.
In the list you provided, we can see that oauth2client appears twice.
./bin/pip install --upgrade oauth2client==1.5.2
./bin/pip install --upgrade oauth2client
The second one is probably with the newest version, and there is known issue when oauth2client >= 2.0.0.
What I suggest:
Let us know if that helps.
Jeremy