You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am having trouble getting quickstart.py to start, have followed various tutorials on the subject to no avail. Running Windows 11 and Python 3.12. I get the error :
Traceback (most recent call last):
File "C:\Users\lauer\Downloads\MagInkDash-main(1)\MagInkDash-main\gcal\quickstart.py", line 13, in
from googleapiclient.discovery import build
ModuleNotFoundError: No module named 'googleapiclient'
I thought I had installed google api client, so not sure what to do next. Any help appreciated
The text was updated successfully, but these errors were encountered:
Hello, I am having trouble getting quickstart.py to start, have followed various tutorials on the subject to no avail. Running Windows 11 and Python 3.12. I get the error :
Traceback (most recent call last):
File "C:\Users\lauer\Downloads\MagInkDash-main(1)\MagInkDash-main\gcal\quickstart.py", line 13, in
from googleapiclient.discovery import build
ModuleNotFoundError: No module named 'googleapiclient'
I thought I had installed google api client, so not sure what to do next. Any help appreciated
The text was updated successfully, but these errors were encountered: