I'm watching a video tutorial to use matplotlib in kivy, before coding he install:
pip install kivy_garden
After, he install:
garden install matplotlib
But when i try to install it in my venv, i get this error:
bash: /home/user/app/venv/bin/garden: Permession denied
If i try with sudo garden install matplotlib, i get this:
sudo: garden: command not found
I need it, because i need to use:
from kivy.garden.matplotlib.backend_kivyagg import FigureCanvasKivyAgg
Can someone help me?