rm-hull / luma.examples

Companion repo for running examples against the luma.oled, luma.lcd, luma.led_matrix and luma.emulator display drivers.
MIT License
367 stars 140 forks source link

Error in installing max7219 #122

Closed ThivagarK closed 3 years ago

ThivagarK commented 3 years ago

I try to install max7219 but it shows this ; sudo pip3 install max7219 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting max7219 Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/max7219/

rm-hull commented 3 years ago

max7219 is long since deprecated. I assume you are following some tutorial on the web from a long time ago. Please look at its replacement https://pypi.org/project/luma.led_matrix/ and follow its installation instructions instead.