Christian Würthner
Christian Würthner
And `ls /usr/lib/`? If `which venv` doesn't do anything `venv` is not installed Can you give me a bit more context how you are trying to install the plugin? At...
Did you try to install it via the K1 helper script as described here? https://github.com/crysxd/OctoApp-Plugin/wiki/Installation-on-Creality
If this doesn't work, try the following: ``` rm -rf octoapp rm -rf octoapp-env git clone https://github.com/crysxd/OctoApp-Plugin octoapp cd octoapp git checkout k1-install-fix ./install.sh ```
That explains a lot :D That's why a lot of info is important ;) I don't know this printer and don't know the operating system on it. If the plugin...
> 1c. Manual installation Connect to your machine via SSH Run git clone https://github.com/crysxd/OctoApp-Plugin octoapp Run cd octoapp Run ./install.sh The installation is now started, follow the prompts on screen...
But before you continue. Does this machine run Klipper? I don't see any reference to that. If it doesn't run Klipper and Moonraker you can't use the app
Looks good. Then please try the steps here: https://github.com/crysxd/OctoApp-Plugin/issues/117#issuecomment-2858538812
Step by step, at least venv is working now You can use `df -h` to see which file system has free space. OctoApp tries to install at `/usr/data` Make sure...
That output is not what I expected, can you run `ls /usr/data` and `ls /mnt/data`?
So /mnt/data is the print files it seems Can you run `find / -name moonraker`? Might run a while. This will find where the other stuff is installed