Mysensors stopped working with 0.101

mysensors stopped working with 0.101 (python venv install on linux)
I had to install
pip install paho-mqtt and then hbmqtt packages before it would work again
despite the fact that i don’t use MQTT at all.
so FYI for anyone else who runs into it.
@martinhjelmare

This is an unintended side effect of moving the 3rd party imports to the top in the mqtt integration. We’ll hopefully move them back soon for that integration.

1 Like

thanks for the info!

Here’s the issue to track: