speedyg0nz / MagInkCal

E-Ink Magic Calendar that automatically syncs to Google Calendar and runs off a battery powered Raspberry Pi Zero
Apache License 2.0
3.11k stars 108 forks source link

Pytz module not found #24

Open CBlackmar opened 3 months ago

CBlackmar commented 3 months ago

Hi, I have an Inkycal but I prefer the formatting of this MagicInkCal, so despite my lack of experience and knowledge I've been trying for the past 6 months to get it to work.

When I attempt to run the program on my rpi zero wh (with the legacy 'buster' OS), I get an error that says "from pytz import timezone, ModuleNotFoundError: No module named 'pytz'"

I get a similar error when I try to run this in a virtual environment on VSC.

Does anyone know of a relatively straighforward solution? My apologies if the way I frame this question does not make sense, I am in way over my head with this project.

Engel56 commented 3 days ago

Hi, I have an Inkycal but I prefer the formatting of this MagicInkCal, so despite my lack of experience and knowledge I've been trying for the past 6 months to get it to work.

When I attempt to run the program on my rpi zero wh (with the legacy 'buster' OS), I get an error that says "from pytz import timezone, ModuleNotFoundError: No module named 'pytz'"

I get a similar error when I try to run this in a virtual environment on VSC.

Does anyone know of a relatively straighforward solution? My apologies if the way I frame this question does not make sense, I am in way over my head with this project.

start with python3 maginkcal.py then it should be running. Sorry for my english