Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
caeci11ius opened this issue May 5, 2023 · 1 comment
Closed

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

caeci11ius opened this issue May 5, 2023 · 1 comment

Comments

@caeci11ius
Copy link

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
Copy link
Member

Agreed! Tweaked in #170

Thank you!

Gadgetoid added a commit that referenced this issue Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants