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

Closed
alryaz wants to merge 1 commits from patch-1 into master
alryaz commented 2024-03-15 08:36:38 +01:00 (Migrated from github.com)

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.

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 2024-03-23 20:38:04 +01:00 (Migrated from github.com)

Fixed in Klipper main line via 78a15b6d81

Fixed in Klipper main line via https://github.com/Klipper3d/klipper/commit/78a15b6d814f96dbdef6751478ff2bfbb62be046
dw-0 commented 2024-03-23 20:47:48 +01:00 (Migrated from github.com)

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

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

Pull request closed

Sign in to join this conversation.