question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kivy is broken on recent master

See original GitHub issue

From @germn on December 19, 2016 14:26

kivy==master is broken when we try to build it for android. Problem appeared recently, probably after this commit.

  RAN: '/usr/local/bin/cython ./kivy/properties.pyx'

  STDOUT:

Error compiling Cython file:
------------------------------------------------------------
...
           'NumericProperty', 'StringProperty', 'ListProperty',
           'ObjectProperty', 'BooleanProperty', 'BoundedNumericProperty',
           'OptionProperty', 'ReferenceListProperty', 'AliasProperty',
           'DictProperty', 'VariableListProperty', 'ConfigParserProperty')

include "config.pxi"
^
------------------------------------------------------------

kivy/properties.pyx:217:0: 'config.pxi' not found

Copied from original issue: kivy/kivy#4832

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
inclementcommented, Jan 8, 2017

This should be fixed now.

0reactions
AndreMPCostacommented, Jan 11, 2019

I’m having exactly this problem using master, if I use 1.10.1 I can build with no problems.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kivy is broken on recent master · Issue #4832 - GitHub
kivy ==master is broken when we try to build it for android. Problem appeared recently, probably after this commit. RAN: '/usr/local/bin/cython .
Read more >
Installing Kivy — Kivy 2.1.0 documentation
If a wheel is not available or is not working, Kivy can be installed from source with ... To install the latest cutting-edge...
Read more >
How can I bypass kivy module error: ImportError: DLL load ...
On Windows, glew and sdl2 are required as dependencies. I had the same problem. Installing all the dependencies python -m pip install docutils...
Read more >
Kivy Documentation
If a wheel is not available or is not working, Kivy can be installed from source with ... To install the latest cutting-edge...
Read more >
Problems with Kivy Camera - Google Groups
I am trying to simply display a webcam's video stream with Kivy widget Camera. Running Windows 7 (yeah I know) on a ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found