micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

ImportError: cannot import name 'MQTTModule' from 'bell.avr.mqtt.client'

Open victoriadekalita opened this issue 2 years ago • 1 comments

I keep getting this error, "ImportError: cannot import name 'MQTTModule' from 'bell.avr.mqtt.client'" I don't really know what I'm doing this is my team's first year doing AVR drones and if anyone could help that would be awesome. We have done FTC in the past using Visual Studio so we know a little bit about that but we have never done Python in Visual Studio. I cannot figure out for the life of me how to get this stuff to work and would love some tips, please! We got the drone to fly and everything we just need an autonomous and I am struggling to get it to work...

victoriadekalita avatar Oct 25 '23 17:10 victoriadekalita

Have you installed a module with the path bell.avr.mqtt.client ? I am not aware of any such module for MicroPython, certainly there is none provided in the micropython-lib repository (where this issue is filed).

jonnor avatar Oct 12 '24 09:10 jonnor

Closing as agree this seems unrelated to micropython-lib. @victoriadekalita if you're still struggling with this then feel free to post a question on https://github.com/orgs/micropython/discussions with some more context.

projectgus avatar Nov 19 '24 23:11 projectgus