n0bel / PiClock

A Fancy Clock built around a monitor and a Raspberry Pi
MIT License
567 stars 183 forks source link

Raspberry Pi OS with desktop Debian version: 12 (bookworm) #265

Open lstew452a opened 11 months ago

lstew452a commented 11 months ago

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.

SerBrynden commented 11 months ago

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.

SerBrynden commented 10 months ago

@lstew452a This fork is up to date and works with Bookworm now: https://github.com/SerBrynden/PiClock

SerBrynden commented 10 months ago

Recommend closing this issue.