E-Ink Magic Dashboard that runs off a battery powered Inkplate 10; displaying content from Google Calendar, OpenWeatherMap and OpenAI that are retrieved and rendered by a Raspberry Pi.
Apache License 2.0
124
stars
14
forks
source link
Has anyone else had trouble running quickstart.py? #5
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
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