Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'paho' #2

Open
mrded opened this issue Nov 26, 2020 · 1 comment
Open

ModuleNotFoundError: No module named 'paho' #2

mrded opened this issue Nov 26, 2020 · 1 comment

Comments

@mrded
Copy link

mrded commented Nov 26, 2020

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'
@Hakky54
Copy link

Hakky54 commented Dec 24, 2020

Try to run pip3 install paho-mqtt python-etcd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants