I am trying to install micropython-umqtt.robust on my Wemos D1 mini.
The way i tried this is as follow.
I use the Thonny editor
- I have connected the wemos to the internet.
in wrepl type:
import upip
upip.install('micropython-umqtt.simple')
I get the folowing error: Installing to: /lib/ Error installing 'micropython-umqtt.simple': Package not found, packages may be partially installedupip.install('micropython-umqtt.robust')
I get the folowing error: Error installing 'micropython-umqtt.robust': Package not found, packages may be partially installed
Can umqtt be installed on Wemos D1 mini ? if yes how do I do this ?