upip - list index out of range.

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

upip - list index out of range.

Post by prem111 » Mon Mar 02, 2020 10:47 am

Hi, im have problem in installing modules via upip:

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

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

Re: upip - list index out of range.

Post by pythoncoder » Mon Mar 02, 2020 11:05 am

Sadly the error messages produced by upip are unhelpful. These errors may be provoked by a lack of network connectivity or an incorrect package name - although in your case the name is correct. Have you checked that your ESP32 is online?
Peter Hinch
Index to my micropython libraries.

prem111
Posts: 127
Joined: Sun Feb 23, 2020 3:18 pm

Re: upip - list index out of range.

Post by prem111 » Mon Mar 02, 2020 12:47 pm

I had a connection problem, it's ok. Thanks.

Post Reply