Error: ImportError: /usr/lib/python3/dist-packages/kivy/event.cpython-36m-x86_64-linux-gnu.so: undefined symbol: PyFPE_jbuf
I have use this method to install the Kivy:
- sudo add-apt-repository ppa:kivy-team/kivy
- sudo apt-get update
- sudo apt-get install python3-kivy
- sudo apt-get install kivy-examples
I have also go through from this question: numpy undefined symbol: PyFPE_jbuf and this also did not solve my error.
I have built the App using kivy in python3 and It is working fine. Today I have switched to ubuntu. Even when I import the kivy It is not working and shows me same error in ubuntu! Is there any solution for it? I have looked everywhere but I didn't find the issue. Thanks in Advance.