n0bel / PiClock

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

First run failing after fresh install #234

Closed vanhalen26505 closed 2 years ago

vanhalen26505 commented 2 years ago

Hi. I have installed and run PiClock numerous times in the past. I decided to do a fresh install today and the initial run using sh startup.sh -n -s fails under both Stretch and the most recent release of Raspbian. I do not know enough to troubleshoot this error further and would love some guidance:

Traceback (most recent call last): File "PyQtPiClock.py", line 8, in import dateutil.parser ImportError: No module named dateutil.parser

Thanks very much in advance, Lee

SerBrynden commented 2 years ago

You need to install more needed python libraries, per the PiClock install instructions:

pip install python-dateutil --upgrade
pip install tzlocal --upgrade
pip install python-metar --upgrade
vanhalen26505 commented 2 years ago

Will give it a shot, thanks. Was this included in the directions and I potentially missed it?

On Sun, Feb 13, 2022 at 2:36 PM Brendan Curley @.***> wrote:

You need to install more needed python libraries: pip install python-dateutil --upgrade pip install tzlocal --upgrade pip install python-metar --upgrade

— Reply to this email directly, view it on GitHub https://github.com/n0bel/PiClock/issues/234#issuecomment-1038376358, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK4ASAYHJFBMBQXDE3NAANLU3AB3RANCNFSM5MFU2YWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

-- Lee O. Silverman, M.A., Owner & Voice Talent Leecast Professional Voice-Over Services http://leecast.com

GrampDamnpus commented 2 years ago

I can say I followed the directions and did the upgrades but still couldnt get it to work, I finally had to use your fork and it worked.

You need to install more needed python libraries, per the PiClock install instructions:

pip install python-dateutil --upgrade
pip install tzlocal --upgrade
pip install python-metar --upgrade
ScottChapman commented 2 years ago

I am running into this on bullseye. Any ideas?