KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

unable to build example kivymd for kivy-ios

Open mrwulff opened this issue 5 months ago • 5 comments

Using the master version of kivy,kivy-ios and kivymd

Unable to compile and run in xcode

"/Users/**/Library/Developer/CoreSimulator/Devices/9F084B3B-7778-4433-99AB-8DF9A3E05CFA/data/Containers/Bundle/Application/00DA0327-A1DE-4420-9F6E-B8993CC57DCC/test.app/lib/python3.11/site-packages/kivy/graphics/__init__.py", line 96, in <module> from kivy.graphics.vertex_instructions import Bezier, BorderImage, Ellipse, \ ImportError: cannot import name 'SmoothRectangle' from 'kivy_graphics_vertex_instructions' (kivy_graphics_vertex_instructions)

  • OS: latest
  • Python: 3.11.6
  • Kivy: 2.3.0
  • KivyMD: master
  • kivy-ios: master

mrwulff avatar Mar 06 '24 22:03 mrwulff

Use Kivy >= 2.3.0 version

HeaTTheatR avatar Mar 07 '24 05:03 HeaTTheatR

I am already using latest. The issue is that it can't be built and needs a recipe now that it requires materialyourcolor which is not pure python

mrwulff avatar Mar 07 '24 18:03 mrwulff

I am already using latest. The issue is that it can't be built and needs a recipe now that it requires materialyourcolor which is not pure python

https://github.com/T-Dynamos/materialyoucolor-python/issues

HeaTTheatR avatar Mar 07 '24 19:03 HeaTTheatR

@HeaTTheatR - yes we can't use the KivyMD master branch. I have tried building materialyourcolor but no luck. I have posted the issues there on the https://github.com/T-Dynamos/materialyoucolor-python/issues repo This is a blocker and we are not able to use the KivyMD master. Could you please look into this?

subhashsharma avatar Mar 14 '24 12:03 subhashsharma

Please test latest recipe from kivy-ios.

T-Dynamos avatar Mar 17 '24 06:03 T-Dynamos