Klipper install fails on Ubuntu 22.04 #195
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Linux Distribution
Ubuntu 22.04 server aarch64
What happened
Fresh install, cloned kiauh and attempted to install klipper:
What did you expect to happen
Expected virtualenv to be available.
How to reproduce
Additional information
package
python-devhas been renamed topython2-dev.package
pythonhas been renamed topython2The binary for
pythonhas also been renamed topython2solution:
sudo service klipper stop
sudo service moonraker stop
mv ~/klippy-env ~/klippy-env-27
virtualenv -p python3 ~/klippy-env
~/klippy-env/bin/pip install -r ~/klipper/scripts/klippy-requirements.txt
sudo service klipper start
sudo service moonraker start
This is not a kiauh issue, although it also suffers from
python2in the scripts.This is related directly to Klipper and its messy scripts. They should've been updated years ago, but no result so far.