Package Details: octoprint-venv 1.9.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.031888
First Submitted: 2021-07-26 12:00 (UTC)
Last Updated: 2023-10-10 13:58 (UTC)

Pinned Comments

Latest Comments

1 2 3 Next › Last »

Jake commented on 2023-01-14 17:32 (UTC)

@matahata: Yes, same on amd64, setuptools seems to resolve the dependency version wrongly. I tested it with pip and it installs urllib3 1.26.4, so I switched to that now. pkgrel=2 should work again.

matahata commented on 2023-01-12 09:20 (UTC)

Hello, I got following error on version octoprint-venv 1.8.6-1 on an aarch64: error: urllib3 2.0.0a3 is installed but urllib3<1.27,>=1.21.1 is required by {'requests'} Is this an package issue?

SunRed commented on 2021-07-29 13:35 (UTC)

@Jake As you might have noticed, I've made you maintainer of the package yesterday again. I was the one that adopted the package temporarily as I didn't know at that point what exactly was going on but I read up about it in the meantime. Thank you for maintaining this package in the past and if you need any help you can gladly add me as a co-maintainer.

alerque commented on 2021-07-29 08:24 (UTC)

About the AUR comments below — everything before Jake's last comment were comments on the octoprint package which were merged into this one (since it was a venv package anyway but not properly labeled as such). All the original comments on this package octoprint-venv were lost in the unfortunate deletion situation. The package commit history was restored, so that reflects the past of this package, plus comments and votes as seen on archive.org.

Jake commented on 2021-07-28 21:43 (UTC) (edited on 2021-07-28 21:43 (UTC) by Jake)

The package was accidentally deleted, unfortunately the comments can't be restored, the old ones can be at least read here:

https://web.archive.org/web/20210226194034/https://aur.archlinux.org/packages/octoprint-venv/

martyg commented on 2021-03-18 19:38 (UTC)

Added git to makedepends to compile in clean chroot, ref. https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

Otherwise installed easily, seems to work fine. Thanks for taking the time to package this.

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?