Is 'mip' no longer supported? #16286
Replies: 5 comments 1 reply
-
This works here Connected to MicroPython at /dev/ttyACM0
Use Ctrl-] or Ctrl-x to exit this shell
>>> import mip
>>> mip.install("umqtt.simple")
Installing umqtt.simple (latest) from https://micropython.org/pi/v2 to /lib
Copying: /lib/umqtt/simple.mpy
Done
>>> |
Beta Was this translation helpful? Give feedback.
-
Is your board already connected to a network? It looks like |
Beta Was this translation helpful? Give feedback.
-
The error you’re seeing can be due to a network failure when trying to download the package. Try to verify the internet connection by accessing a website or running any other network-related code. |
Beta Was this translation helpful? Give feedback.
-
Initial issue was the ESP32 module had indeed drop off the network. So attempted again...
Now the odd thing is... the installing sequence has been stuck there for about 15 minutes. Appears to have hung? If I try the URL directly... I get error 403. But not sure that not expected with any direct access attempt to the URL? |
Beta Was this translation helpful? Give feedback.
-
Oh... assuming the following code would generate an error if no connection of socket?
And... Showing current status...
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From the following documentation...
https://docs.micropython.org/en/latest/reference/packages.html
But I get the following...
Just trying to add MQTT support to my MicroPython project, i.e. just publishing to MQTT.
Beta Was this translation helpful? Give feedback.
All reactions