n0bel / PiClock

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

get error. Traceback (most recent call last): File "/home/pi/PiClock/Clock/PyQtPiClock.py", line 15, in import dateutil.parser ModuleNotFoundError: No module named 'dateutil' #232

Closed lstew452a closed 2 years ago

lstew452a commented 2 years ago

I had to re-install the OS n my raspberry pi and when run PIClock I get error. Traceback (most recent call last): File "/home/pi/PiClock/Clock/PyQtPiClock.py", line 15, in import dateutil.parser ModuleNotFoundError: No module named 'dateutil'

lstew452a commented 2 years ago

All fixed. I sudo pip3 install tzlocal.