Package Details: sabnzbd 4.3.1-1

Git Clone URL: https://aur.archlinux.org/sabnzbd.git (read-only, click to copy)
Package Base: sabnzbd
Description: A web-interface based binary newsgrabber with NZB file support
Upstream URL: http://www.sabnzbd.org
Keywords: network usenet
Licenses: GPL
Submitter: esh
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 269
Popularity: 0.25
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-05-05 15:16 (UTC)

Pinned Comments

fryfrog commented on 2024-04-30 04:23 (UTC)

Arch updated Python to 3.12, you need to re-build/re-install python-sabyenc3 and python-sabctools!

Using paru:

paru -S python-sabyenc3 python-sabctools --rebuild

@hoban, thanks for reminding me to post about this!

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 64 Next › Last »

fryfrog commented on 2020-01-08 18:22 (UTC)

Are you somehow missing python2-packaging? It seems to be a dependency of python2-setuptools and python2-pip and python2-cheetah3 depends on python2-setuptools so you should have it. Double check, I guess?

predmijat commented on 2020-01-08 18:13 (UTC)

I'm getting an error even with python2-cheetah3: File "/usr/lib/python2.7/site-packages/setuptools/wheel.py", line 15, in <module> from packaging.tags import sys_tags ImportError: No module named tags ==> ERROR: A failure occurred in package(). Aborting... Error making: python2-cheetah3

Since it's working for you guys, what did I miss?

fryfrog commented on 2020-01-05 19:22 (UTC)

Yes, I removed it awhile ago and only a few people seem to have cared. What does the .desktop file do? What display managers does it work with?

<deleted-account> commented on 2020-01-05 19:19 (UTC)

Would be great if you can add an sabnzbd.desktop file to the pkgbuild... The application is now not in any menu. Is this intentionally? Fix for the user who asked me. https://www.youtube.com/watch?v=lECovwFMIho

tixetsal commented on 2020-01-05 18:26 (UTC)

Woah! Thanks for explaining this. I think that I had done something to keep my config file in /opt/sabnzbd/ the last time there was a change, so it took me quite a while to straighten al of this out...

fryfrog commented on 2020-01-02 21:21 (UTC) (edited on 2020-01-02 21:38 (UTC) by fryfrog)

TL;DR: Replace python2-cheetah with python2-cheetah3 from AUR w/o removing sabnzbd.

Remove python2-cheetah w/o removing sabnzbd:

pacman -Rdd python2-cheetah

Install python2-cheetah3 how ever you want:

yay -S python2-cheetah3

Update sabnzbd how ever you want:

yay

fryfrog commented on 2020-01-02 21:19 (UTC)

@ishamael33: They removed python2-cheetah, which hasn't been updated since 2010. It was "replaced" by my AUR package python2-cheetah3 which is the maintained fork of it. You'll need to remove the old one w/o removing sabnzbd, then install the new one and update sabnzbd. I'll pin instructions, but they're further below too.

ishamael33 commented on 2020-01-02 21:01 (UTC) (edited on 2020-01-02 21:03 (UTC) by ishamael33)

Could not do a update, but a clean install works

Get this when trying to update Preparing... Resolving dependencies... Checking inter-conflicts... Failed to prepare transaction: could not satisfy dependencies: removing python2-cheetah breaks dependency 'python2-cheetah' required by sabnzbd

fryfrog commented on 2020-01-02 20:32 (UTC)

Ooops, I missed a couple python -> python2 bits and since I already have them installed... it didn't error for me. Try now.

ishamael33 commented on 2020-01-02 20:22 (UTC)

This is the error I am getting when installing/Updating on Manjaro:

==> WARNING: Using existing $srcdir/ tree ==> Starting build()... Traceback (most recent call last): File "setup.py", line 9, in <module> import SetupTools File "/home/trachal/.cache/yay/python2-cheetah3/src/Cheetah3-3.2.4/SetupTools.py", line 9, in <module> from setuptools import setup ImportError: No module named setuptools ==> ERROR: A failure occurred in build(). Aborting... Error making: python2-cheetah3