one change neglected during python3 migration:
diff --git a/octoprint.install b/octoprint.install
index 66363a4..f34ec17 100755
--- a/octoprint.install
+++ b/octoprint.install
@@ -3,7 +3,7 @@ post_install()
systemd-sysusers
mkdir -p /var/lib/octoprint
- chown -R octoprint:octoprint /var/lib/octoprint /usr/lib/octoprint/lib/python2.7/site-packages
+ chown -R octoprint:octoprint /var/lib/octoprint /usr/lib/octoprint/lib/python3.9/site-packages
echo "To start octoprint, run: systemctl start octoprint"
echo "To enable octoprint at boot, run: systemctl enable octoprint"
Pinned Comments
pa314159 commented on 2018-10-12 10:19
Building the OctoPrint releases always had issues with the checksum of the archives at
Not sure if it was Gina Häußge (the author) who uses to mess with the tags or if it's a Github issue (which I doubt), but I need to skip the integrity checks of the source archive.
The source is now the GIT location at
The preparation step takes care to checkout the desired tag.