Skip to content

ModuleNotFoundError: No module named 'paho' #2

Description

@mrded

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions