You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KivyMD users support
Hello, I tried to create the ApK using buildozer, but the problem with mpmath occurred as I'm using sympy with broken recipe. I tried to fix it by omitting sympy in buildozer.spec requirements and cloning sympy's github rep in the project's folder. It looked like it helps, but another issue arose. This: Error compiling Cython file
defglCheckFramebufferStatus(GLenum target): '''See: `glCheckFramebufferStatus() on Kronos website
<http://www.khronos.org /opengles/sdk/docs/man/xhtml/glCheckFramebufferStatus.xml>`_
''' cdef GLenum result result = c_opengl.CheckFramebufferStatus(target)
kivy/graphics/opengl.pyx:544:21: cimported module has no attribute 'CheckFramebufferStatus'