I started playing around with the Kivy cross platform GUI toolkit for Python. (https://kivy.org)
Sadly, I am hoping from one distribution to another in Virtualbox because I fail to resolve dependencies and get it properly installed.
I tried following the install instructions from here: https://kivy.org/docs/installation/inst ... linux.html
There is a section "installation in virtual environments", which lists dependencies. I did not really understand why this would be exclusive to virtual environments and tried it with these dependencies, but I was not able to identify all of them successfully.
I also tried "python3 -m pip install kivy" etc.
What I now have is a Python3 installation which accepts imports in the python code, but it fails at runtime. The mess starts with this error message:
- Code: Select all
[CRITICAL] [Window ] Unable to find any valuable Window provider.
egl_rpi - ImportError: cannot import name 'bcm'
Is there anybody who could provide a hint how to get Kivy working in Mageia?
Thanks a lot!
Kind regards,
Marcus