-
Notifications
You must be signed in to change notification settings - Fork 51
ModuleNotFoundError: No module named 'adafruit_minimqtt' #52
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
Comments
This library does not yet work with CPython/Linux. It is being currently worked on #43. I'll leave this issue open so I can address it when bringing in the CPython compatibility changes. |
@bhopkinson Hi, do you still have this issue? The latest version of this library is CPython compatible and may be installed using the Python package manager. |
@brentru I'm experiencing the same issue... |
@brentru Me too |
@bruno963852, @EnzoPortela - do you still have this issue? This should be fixed. |
@tekktrik I do not mind testing this next week - does it still need to be tested before we can close out? |
I think it's worth keeping open until tested, unless you know the change that fixed, as I don't (unless it was some weird packaging thing I fixed and that's why I chimed in later). |
I think this issue should be closed. I have been successfully using MiniMQTT for the past couple of months on CPython (Ubuntu) with no problem. |
I also agree - between the lack of additional reports and the fact that it does seem like everything is being packaged correctly, I think this is all set! |
I am trying to use minimqtt on linux (running in a docker container), however I am having trouble installing and importing the module.
I have installed the following packages:
I can confirm that these have been installed with
pip3 list
:However if I try
import adafruit_minimqtt.adafruit_minimqtt as MQTT
then I get the following error:My output of
help("modules")
is as follows, which shows the other adafruit modules are avilable, however minimqtt is not.I am new to python, so apologies if I am missing something silly - however any assistance would be gratefully received.
Thank you.
The text was updated successfully, but these errors were encountered: