Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python 3 and Gspread ImportError

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.

like image 344
Jake 1986 Avatar asked Mar 21 '26 00:03

Jake 1986


1 Answers

Did you install your pip update in an environment? Doing

 pip3 install gspread --user
like image 75
pensebien Avatar answered Mar 22 '26 13:03

pensebien



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!