When I run Gspread with Python3, I get this error:
ImportError: No module named 'gspread'
When I run with just Python, I get no errors. I installed gspread with pip install gspread --user. I really need to use Python 3, and I expect I should be able to, but I just did something wrong.
Did you install your pip update in an environment? Doing
pip3 install gspread --user
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With