dw-0 / kiauh

Klipper Installation And Update Helper
GNU General Public License v3.0
3.09k stars 452 forks source link

feat(klipper): allow setting custom python version #451

Closed alryaz closed 3 months ago

alryaz commented 3 months ago

Works around an issue where Armbian 24.* uses Python 3.12 as python3 by default, and Klipper requires greenlet==2.0.2, which is unable to build under Python 3.12.

Sineos commented 3 months ago

Fixed in Klipper main line via https://github.com/Klipper3d/klipper/commit/78a15b6d814f96dbdef6751478ff2bfbb62be046

dw-0 commented 3 months ago

Oh great! That is definitely the preferred way. @alryaz can you please update Klipper and test again?