We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rasberry PI OS (Debian Bookworm) (ARM)
Installing as a dedicated, non-privileged user doing a manual git install. Klipper install fails immediately after checkout with
[OK] Checkout successful! [ERROR] Error during installation of Klipper requirements! [ERROR] [Errno 13] Permission denied: '/boot/dietpi/.version' [ERROR] Klipper installation failed!
This is due to '/boot' not being world readable and fails in kiauh/components/klipper/klipper_setup.py
I would expect to be able to install without being a privleged user or being prompted for the sudo password.
Install as a non-privileged user with Pi OS (Debian Bookworm).
No response
The text was updated successfully, but these errors were encountered:
Hi, thank you for reporting. I pushed a fix for this. Please update and try again.
Keep in mind, that your user must have sudo permissions. Otherwise installing dependencies will fail.
Sorry, something went wrong.
No branches or pull requests
Linux Distribution
Rasberry PI OS (Debian Bookworm) (ARM)
What happened
Installing as a dedicated, non-privileged user doing a manual git install.
Klipper install fails immediately after checkout with
[OK] Checkout successful! [ERROR] Error during installation of Klipper requirements! [ERROR] [Errno 13] Permission denied: '/boot/dietpi/.version' [ERROR] Klipper installation failed!
This is due to '/boot' not being world readable and fails in kiauh/components/klipper/klipper_setup.py
What did you expect to happen
I would expect to be able to install without being a privleged user or being prompted for the sudo password.
How to reproduce
Install as a non-privileged user with Pi OS (Debian Bookworm).
Additional information
No response
The text was updated successfully, but these errors were encountered: