Could not find a version that satisfies the requirement matplotlib (from versions: )
No matching distribution found for matplotlib
kivymd on the other hand, even though gets installed via the toolchain command gives an error when the app runs on Xcode :
.8/site-packages/PIL/Image.py", line 114, in <module>
from . import _imaging as core
ImportError: cannot import name '_imaging' from 'PIL'
Can someone please help me out.
there are no extensive tutorials which discuss how to convert kivy apps which make use of kivymd and matplotlib into iOS apps.
Thank you.