Search code examples
pythonpython-3.ximporterrorgspread

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.


Solution

  • Did you install your pip update in an environment? Doing

     pip3 install gspread --user