You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i am trying to use upip on a ESP32 and it is failing with
MicroPython v1.12-317-g688323307 on 2020-03-29; ESP32 module with ESP32
Type "help()" for more information.
>>>
>>> import upip
>>> upip.install('pkg_resources')
Installing to: /lib/
mbedtls_ssl_handshake error: -4290
Error installing 'pkg_resources': [Errno 5] EIO, packages may be partially installed
>>>
I tried firmwares esp32-idf3-20200328-v1.12-310-g9418611c8.bin, esp32-idf3-20200329-v1.12-317-g688323307.bin and esp32-idf4-20200329-v1.12-317-g688323307.bin, but getting the same errors. The ESP32 is connected to the wifi.
Any idea why this is happening?
Many thanks,
bert
The text was updated successfully, but these errors were encountered:
Hello @bert2002 - I'm not involved with the MicroPython project but this repo is largely unmaintained (though this might change at some stage, see #377). So you're probably better off logging issues at micropython/micropython.
I and others have seen similar problems to you - the tracking issue for this seems to be micropython/micropython#5543. At the moment it doesn't look like this is a fairly long term issue with the ESP32 port, unfortunately.
Hi,
i am trying to use upip on a ESP32 and it is failing with
I tried firmwares
esp32-idf3-20200328-v1.12-310-g9418611c8.bin
,esp32-idf3-20200329-v1.12-317-g688323307.bin
andesp32-idf4-20200329-v1.12-317-g688323307.bin
, but getting the same errors. The ESP32 is connected to the wifi.Any idea why this is happening?
Many thanks,
bert
The text was updated successfully, but these errors were encountered: