Closed mley closed 10 months ago
Moonraker was not installed, furthermore some apt dependency could not be installed: python3-libcamera python3-picamera2
Those two packages are not even Moonraker dependencies. I wonder why you even encounter any error. MainsailOS has usually everything pre-installed. That also means all required dependencies.
It looks like there were some outdated compiled python files. This post made my try to delete all python packages __pycache__
folders.
sudo rm -r /usr/lib/python3/**/__pycache__
After that the python3-picamera and package and moonraker could be installed.
Maybe this info helps someone else. Use at you own risk. :ihavenoideawhatimdoingdog:
Linux Distribution
MainSail OS 1.2.1
What happened
Moonraker was not installed, furthermore some apt dependency could not be installed: python3-libcamera python3-picamera2
What did you expect to happen
Moonraker and all its dependencies are installed correctly.
How to reproduce
git clone https://github.com/dw-0/kiauh.git ./kiao/kiao.sh 1 (Install) 2 (moonraker) y (yes)
Additional information
Installed python packages after failed installation attempt