micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.41k stars 998 forks source link

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

Open victoriadekalita opened 1 year ago

victoriadekalita commented 1 year ago

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...

jonnor commented 2 weeks ago

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).