Last active
August 14, 2024 14:01
-
-
Save jobdiogenes/235620928c84e604c6e56211ccf681f0 to your computer and use it in GitHub Desktop.
Demo of use Google Drive/Sheets in R with Google Colaboratory.ipynb
@ClaudiuPapasteri, this stop working because Google update to python 3.7. I just update. And now are working again.
If you perhaps use the code only online in Colab, you could remove if (file.exists( .... ))
Thanks to report
seems to work in online colab if you just change 3.6 to 3.7
if (file.exists("/usr/local/lib/python3.7/dist-packages/google/colab/_ipython.py")) {
but someone with greater skill should confirm.
In my case neither /usr/local/lib/python3.6/dist-packages/google nor /usr/local/lib/python3.7/dist-packages/google folder existed.
However running the original code without if (file.exists(....)) worked for me!
Great to hear, I will make a more auspicious code to know that we are in
cloud collab environment.
Thanks
Em ter, 13 de abr de 2021 02:20, Monica Ramirez ***@***.***>
escreveu:
… ***@***.**** commented on this gist.
------------------------------
In my case neither /usr/local/lib/python3.6/dist-packages/google nor
/usr/local/lib/python3.7/dist-packages/google folder existed.
However running the original code without if (file.exists(....)) worked
for me!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://gist.github.com/235620928c84e604c6e56211ccf681f0#gistcomment-3703883>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJAVLMWCJHIPHSOEWXL73TTIPICTANCNFSM4OJNWQBQ>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jobdiogenes Have been using your solution for some time. Thank you for it. I hate to say it but it's broken again.