Closed didimelli closed 2 years ago
I have uploaded 0.38.2. My builder didn't auto-upload, oops …
I'm sorry that the transition isn't as seamless as we all would like; I'm building the tools to automate much of this as I go along. Please don't hesitate to complain if anything doesn't work yet.
Awesome, with this new version everything is working properly, thanks!!
Hello,
I have always worked with Distmqtt with no issue. Today I tried to install moat-mqtt for a new project and I am not able to work with it.
I have a new python 3.8 project, and i use poetry. I just installed moat-mqtt (3.6.1 is the only one available on PyPI)
and the installation is correct
and I definitely see distmqtt in the venv directory
However, there is no way for me to import or use moat-mqtt.
Running this (
poetry run python asd/__init__.py
) gives me:Am I missing something obvious or is the new version with the new naming not supposed to be used yet?
Thank you!