Open bhopkinson opened 3 years ago
This library does not yet work with CPython/Linux. It is being currently worked on https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/issues/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 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.