upip library installing error

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
makram
Posts: 13
Joined: Thu Aug 13, 2020 7:14 pm

upip library installing error

Post by makram » Thu Oct 22, 2020 7:16 am

Hi everyone,
I am trying to install a library using upip but it is giving me error.

>>>import upip
>>> upip.install('micropython-umqtt.simple')
"Installing to: /lib/
Error installing 'micropython-umqttsimple': list index out of range, packages may be partially installed"


Can anyone please tell me what I am doing wrong

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: upip library installing error

Post by pythoncoder » Thu Oct 22, 2020 12:43 pm

See the docs. But many of the platforms with network capability (e.g. most ESP8266) have umqtt installed by default.
Peter Hinch
Index to my micropython libraries.

Post Reply