Skip to content

Instantly share code, notes, and snippets.

@jdh30
Created December 26, 2023 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdh30/ad8670779e283e01900f17cc0d58ffe2 to your computer and use it in GitHub Desktop.
Save jdh30/ad8670779e283e01900f17cc0d58ffe2 to your computer and use it in GitHub Desktop.
Install Octoprint on a Raspberry Pi 5
python -m venv OctoPrint
OctoPrint/bin/pip install OctoPrint
wget https://github.com/OctoPrint/OctoPrint/raw/master/scripts/octoprint.service
emacs octoprint.service
sudo mv octoprint.service /etc/systemd/system/octoprint.service
sudo systemctl enable octoprint.service
sudo service octoprint start
@medcezir91
Copy link

I got error below. Can you help ?

"Job for octoprint.service failed because the control process exited with error code.
See "systemctl status octoprint.service" and "journalctl -xeu octoprint.service" for details."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment