LennyHirsch / UnicornHatHD-Weather-Clock

Binary clock with weather API integration designed for Pimoroni's UnicornHat HD
10 stars 4 forks source link

No module named pyowm #1

Closed Tr33x0rs closed 1 year ago

Tr33x0rs commented 6 years ago

I followed your instructions although I think that i'm still having issues with pyowm. When running "sudo python weatherclock.py" I receive an error saying "ImportError: No module named pyowm".

I tried using sudo pip3 install pyowm which comes up and says "Requirement already satisfied" although it isn't running. Any help is greatly appreciated. Thank you in advance.

rob-bru commented 6 years ago

Try:

sudo pip install pyowm sudo pip install pytz