feat(klipper): allow setting custom python version #451
Reference in New Issue
Block a user
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Works around an issue where Armbian 24.* uses Python 3.12 as
python3by default, and Klipper requiresgreenlet==2.0.2, which is unable to build under Python 3.12.Fixed in Klipper main line via
78a15b6d81Oh great! That is definitely the preferred way.
@alryaz can you please update Klipper and test again?
Pull request closed