I am trying to show a graph in my kivy app, but when deploying on mobile device, the app terminates and shows KeyError: 'kivy.garden.matplotlib'.
I am guessing that my requirements are wrong in the spec file, but cannot find a clue on how to work it.
The problem-causing module that I imported at main.py is:
'from kivy.garden.matplotlib import FigureCanvasKivyAgg'
In my spec file, I added my requirements:
python3, kivy, requests, chardet, charset_normalizer, urllib3, idna, certifi, matplotlib, kivy-garden.
The full logcat can be found here:
Any help will be appreciated.
Regards