pimoroni / inky

Combined library for V2/V3 Inky pHAT and Inky wHAT.
https://shop.pimoroni.com/?q=inky
MIT License
575 stars 121 forks source link

Pi Zero W - Not Enough Ram to pip install seaborn #165

Closed caeci11ius closed 1 year ago

caeci11ius commented 1 year ago

To run the graph.py example, you have to install Seaborn. The suggested way to do this is:

"Requires the seaborn library: sudo python3 -m pip install seaborn"

The Raspberry Pi Zero W can't run this command (not enough ram, fails to complete). BUT, you can easily install it (much faster too) by sudo apt install python3-seaborn. Suggest changing the suggested install method to using apt, it works great.

Gadgetoid commented 1 year ago

Agreed! Tweaked in #170

Thank you!