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
I tried to install PiClock on the new Raspberry Pi OS with desktop Debian version: 12 (bookworm) and when I went to to run PIClock i got an error ModuleNotFoundError: No module named 'tzlocal' I installed tzlocal using sudo apt-get install python3-tzlocal which worked. Then reran and I got error No module named 'timezonefinder'. I tried to install timezonefinder and received error Unable to locate package python3-timezonefinder
Please advise.
The text was updated successfully, but these errors were encountered:
Qt4 isn't available in Python3, and hasn't been available in Raspberry Pi OS for awhile. The instructions here in the master branch say they are for the Stretch version, not newer versions like Bookworm.
Try the instructions in this other branch: https://github.com/n0bel/PiClock/tree/Python3-SerBrynden or at this fork, which is the most up-to-date: https://github.com/SerBrynden/PiClock.
However, Bookworm is very new and we have yet to test PiClock with it.
I tried to install PiClock on the new Raspberry Pi OS with desktop Debian version: 12 (bookworm) and when I went to to run PIClock i got an error ModuleNotFoundError: No module named 'tzlocal' I installed tzlocal using sudo apt-get install python3-tzlocal which worked. Then reran and I got error No module named 'timezonefinder'. I tried to install timezonefinder and received error Unable to locate package python3-timezonefinder
Please advise.
The text was updated successfully, but these errors were encountered: