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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: