You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried several times to set up the GUI on my Raspberry, but there is one main problem. The latest kivy version 2.0.0 is no longer compatible with the python package you use (3.6.1). So I downloaded the branch stable-1.11.0 and stable-1.11.1 from Github with: git clone -b stable-1.11.1 --single-branch https://github.com/kivy/kivy
The GUI crashes with both branches when I run python main.py
and when I try to use stable-1.11.1, I don't have the ~/.kivy/config.ini directory.
How can I solve this problem?
I use the Raspberry Pi 4b with 8 GB RAM, the official 7" touch display and the operating system from the installation manual
The text was updated successfully, but these errors were encountered:
Hey @wolfi2399, thanks for reporting the issue. Unfortuantely we are not supporting this software anymore. We moved to ImSwitch. Perhaps this also works for you?
Hello to all!
I have tried several times to set up the GUI on my Raspberry, but there is one main problem. The latest kivy version 2.0.0 is no longer compatible with the python package you use (3.6.1). So I downloaded the branch stable-1.11.0 and stable-1.11.1 from Github with:
git clone -b stable-1.11.1 --single-branch https://github.com/kivy/kivy
The GUI crashes with both branches when I run
python main.py
and when I try to use stable-1.11.1, I don't have the ~/.kivy/config.ini directory.
How can I solve this problem?
I use the Raspberry Pi 4b with 8 GB RAM, the official 7" touch display and the operating system from the installation manual
The text was updated successfully, but these errors were encountered: