gspread: ImportError: cannot import name 'v4'
So, I’m trying to import the gspread library, but after freezing for a few seconds, the console spits out an error in doing so.
Environment info
Operating System: Windows 7 Python version: 3.6 gspread version: 2.0.0
Steps to reproduce
- Install gspread and oauth2 (both using Git Bash, acquired at https://git-scm.com/)
- Try executing
import gspread
Stack trace or other output that would be helpful
File "C:\Users\[user]\AppData\Local\Python\Python36-32\lib\site-packages\gspread-2.0.0-py3.6.egg\gspread\__init__.py", line 28, in <module> ImportError: cannot import name 'v4'
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 27 (8 by maintainers)
I just reinstalled using pip install gspread==2.0.0 and looks like it is working (i’m not getting import error).