You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: