Package Details: octoprint-venv 1.10.3-1

Git Clone URL: https://aur.archlinux.org/octoprint-venv.git (read-only, click to copy)
Package Base: octoprint-venv
Description: Web interface for 3D printers (venv installation type)
Upstream URL: http://octoprint.org/
Licenses: AGPL3
Conflicts: octoprint
Provides: octoprint
Submitter: yan12125
Maintainer: Jake
Last Packager: Jake
Votes: 10
Popularity: 0.000032
First Submitted: 2021-07-26 12:00 (UTC)
Last Updated: 2024-11-18 22:42 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

qubidt commented on 2020-12-28 08:03 (UTC) (edited on 2020-12-28 08:17 (UTC) by qubidt)

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"

OJFord commented on 2020-10-09 13:51 (UTC) (edited on 2020-10-09 13:51 (UTC) by OJFord)

Octoprint v1.4.0 itself (not necessarily plugins) supports python v3.7 - so I don't think there's any reason to need python2 dependencies here?

hak8or commented on 2020-06-26 20:53 (UTC)

Here is a full list of packages which are missing from the AUR as of this comment.

➜ yay -S octoprint
:: There are 3 providers available for octoprint:
:: Repository AUR
    1) octoprint 2) octoprint-devel-git 3) octoprint-venv

Enter a number (default=1):
:: There are 2 providers available for python2-sarge:
:: Repository AUR
    1) python2-sarge 2) python2-sarge-git

Enter a number (default=1):
 -> Could not find all required packages:
    python2-blinker (Wanted by: octoprint)
    python2-itsdangerous (Wanted by: octoprint)
    python2-argh (Wanted by: octoprint)
    python2-backports.ssl_match_hostname (Wanted by: octoprint)

forge commented on 2020-04-09 21:27 (UTC)

Since Octoprint 1.4.0 and up now supports Python2 and 3 equally, we should probably make plans to switch. I know plugins are a mixed bag, but the Python2 EOL is behind us.

blalor commented on 2020-03-17 01:46 (UTC) (edited on 2020-03-17 01:46 (UTC) by blalor)

python2-argh got dropped.

hashworks commented on 2020-01-29 21:34 (UTC)

python2-frozendict and python2-speaklater got dropped.

hashworks commented on 2019-12-31 12:52 (UTC)

python2-pkginfo got dropped as well.

valinwolf commented on 2019-11-27 08:23 (UTC)

python2-certifi is missing from AUR and official repos