Since upip has been replaced by mip, and the SSD1306 library is now in [micropython-lib](https://github.com/micropython/micropython-lib), you can now install the current version of this library via: ``` import mip mip.install("ssd1306") ``` Thanks for supporting MicroPython!