Kivy is broken on recent master
See original GitHub issueFrom @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:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be fixed now.
I’m having exactly this problem using master, if I use 1.10.1 I can build with no problems.