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
Hi, thanks for the package!
I'm trying to run it, and looks like it has some dependencies, which are not mentioned in the Readme.
» python3 inkyWeather.py
Traceback (most recent call last):
File "inkyWeather.py", line 15, in <module>
from inkyWeatherFun.mqtt import *
File "/home/pi/inkyWeather/inkyWeatherFun/mqtt.py", line 3, in <module>
import paho.mqtt.client as mqtt
ModuleNotFoundError: No module named 'paho'
The text was updated successfully, but these errors were encountered:
Hi, thanks for the package!
I'm trying to run it, and looks like it has some dependencies, which are not mentioned in the Readme.
The text was updated successfully, but these errors were encountered: