ssl_handshare_status error while using upip on target REPL

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
JamesMaxwell
Posts: 3
Joined: Fri Aug 21, 2020 8:01 pm

ssl_handshare_status error while using upip on target REPL

Post by JamesMaxwell » Fri Aug 21, 2020 8:09 pm

I'm connected to NodeMCU's REPL. I've setup the device internet connection and it is connected to my router.
I can't download this package:

Code: Select all

>>> import upip
>>> upip.install("micropython-pcd8544")
Installing to: /lib/
ssl_handshake_status: -256
Error installing 'micropython-pcd8544': [Errno 5] EIO, packages may be partially installed
Any help is appreciated.
NodeMCU ESP8266, 4MiB, image: esp8266-20191220-v1.12.bin

Post Reply