I try to connect google sheets. Yesterday it worked, today it doesn't work. The error message is module 'gspread' has no attribute 'service account'
I tried pip install - import gspread - all
, but the module doesn't work. The python code is the same as yesterday.
How can I make Gspread work?