missing libraries, required by umqtt
Posted: Tue Mar 17, 2020 11:49 am
I have tried to work through 2 IOT tutorials. The tutorials were ;
https://forum.pycom.io/topic/211/simple-mqtt-tutorial
https://core-electronics.com.au/tutoria ... hop-1.html
The board was a FiPy and the editor is Pymkr console on Platform.io on visual studio
In both cases when I saved a library umqtt.py and uplad then run the source code it tells me the following libraries are missing;
‘usocket’ ‘ustruct’ ‘ubinascii’ and ‘ussl’ . I have looked extensively for these library files but can't find a source to download them.
https://docs.micropython.org/en/latest/ ... index.html has a lot of information about the libraries and how to usse them but I can't see how to download them.
Is anyone able to give me some advice where and how to download these libraries?
Cheers
Vere
https://forum.pycom.io/topic/211/simple-mqtt-tutorial
https://core-electronics.com.au/tutoria ... hop-1.html
The board was a FiPy and the editor is Pymkr console on Platform.io on visual studio
In both cases when I saved a library umqtt.py and uplad then run the source code it tells me the following libraries are missing;
‘usocket’ ‘ustruct’ ‘ubinascii’ and ‘ussl’ . I have looked extensively for these library files but can't find a source to download them.
https://docs.micropython.org/en/latest/ ... index.html has a lot of information about the libraries and how to usse them but I can't see how to download them.
Is anyone able to give me some advice where and how to download these libraries?
Cheers
Vere