What I’m trying to do:
In a notebook backend, use gspread to read Google sheet. If I import the two libs together, I will get error ModuleNotFoundError: No module named 'google.oauth2’ What I’ve tried and what’s not working:
I cannot figure out the reason, I have to seperate them and use gspread in the beginning cell. And install and import anvil later at the ending cell in a notebook docker server. Code Sample:
# this is a formatted code snippet.
# paste your code between ```