d4rk50ul1 / klipper-on-android

Using Android to run Klipper, Moonraker, Mainsail/Fuidd, and KlipperScreen
GNU General Public License v3.0
110 stars 22 forks source link

KlipperScreen requries Python >=3.8 #38

Open kompumaster opened 3 months ago

kompumaster commented 3 months ago

Hi!

KlipperScreen requries Python >=3.8, but following this manual we got 3.7 version, so it can not be installed. If we modify script disabling version check - it will be installed, but got "no module gi" on start of KS.

fix it by using "bullseye" distrib version, and

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python3

before runing kiauh.sh. It installs Python 3.9

Also - you need:

sudo apt-get install libsystemd-dev

or we can't install "sdbus"