adafruit / Adafruit_CircuitPython_DisplayIO_SSD1306

DisplayIO driver for SSD1306 monochrome OLED displays
MIT License
57 stars 24 forks source link

Could not install packages due to an EnvironmentError: 404 Client Error: #18

Closed DartLazer closed 3 years ago

DartLazer commented 3 years ago

When trying to install by using pip3 as per instructions im getting the following error:

Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/adafruit-circuitpython-displayio-ssd1306/

evaherrada commented 3 years ago

@DartLazer Looks like it isn't currently available on PyPI. Not sure if or when it will be. In the meantime, try this https://github.com/adafruit/adafruit_circuitpython_ssd1306

DartLazer commented 3 years ago

Thanks!

tannewt commented 3 years ago

@dherrada could you please figure out how to get it on pypi? Thanks!

evaherrada commented 3 years ago

@tannewt Sure! (probably won't get to it until early next week but I'll add it to my list)