Cannot add kivy to my pycharm project. I had been getting different types of errors and I fixed them but now it seems like I'm stuck.
When I click on "Kivy" and "Install Package" the process lasts for like 4 minutes and then fails with:
/tmp/pycharm-packaging/Kivy/kivy/graphics/svg.c:1:2: error: #error Do not use this file, it is the result of a failed Cython compilation.
I tried both installing via repository and using pip install. I updated python-dev, setuptools, pip and cython but nothing helps.
What else should I try?