Package Details: sabnzbd 4.4.0-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: 270
Popularity: 0.97
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2024-12-10 17:02 (UTC)

Required by (29)

Sources (5)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 64 Next › Last »

PGCD commented on 2022-02-24 03:29 (UTC)

I am still getting the issue with jacaro.context on my Manjaro install (updated). I don't see the update of jacaro that @skrewball mentioned

piotrv commented on 2022-02-21 19:27 (UTC) (edited on 2022-02-21 19:29 (UTC) by piotrv)

I installed and updated all jaraco related python packages

                                                       
sudo pip list | egrep  jaraco                                                                        
jaraco.classes               3.2.1
jaraco.collections           3.5.1
jaraco.context               4.1.1
jaraco.functools             3.5.0
jaraco.itertools             6.0.3
jaraco.logging               3.1.0
jaraco.stream                3.0.3
jaraco.text                  3.7.0

and still complaining:


sabnzbd                                                                                              
Not all required Python modules are available, please check requirements.txt
Missing module: jaraco.collections

fryfrog commented on 2022-02-15 21:21 (UTC)

@skrewball, thanks for the report! I confirmed on mine too, yay! :)

skrewball commented on 2022-02-15 21:07 (UTC)

The jaraco.context package was updated today and now SABnzbd works as intented. :)

UbiquitousPhoton commented on 2022-02-10 09:51 (UTC)

I should really read back first. This is not, unfortunately fixable (at least for the time being) as it requires a newer version of a library (python-jaraco.context) than arch currently has.

After browsing the issues on the sabnzbd github page as well, I am not confident this will be the end of it. They have admitted to not keeping their requirements.txt up to date, which has caused me several issues of late, and indeed they seem to have another issue along these lines right now, this time the opposite, some distributions having a newer version of a package than they support.

rlivin commented on 2022-02-09 22:34 (UTC)

I agree, cannot get it to start.

skrewball commented on 2022-02-09 21:04 (UTC)

I also have the same issue as @UbiquitousPhoton. I installed the jaraco.context package from the repo and get the exact error.

Agreed that downgrading is not an option as partial upgrades are not supported.

UbiquitousPhoton commented on 2022-02-09 18:12 (UTC) (edited on 2022-02-09 18:17 (UTC) by UbiquitousPhoton)

You can install jaraco context, but this doesn't help matters:

 Traceback (most recent call last):                                                                                                                                              
  File "/usr/lib/sabnzbd/SABnzbd.py", line 46, in <module>
    import cherrypy
  File "/usr/lib/python3.10/site-packages/cherrypy/__init__.py", line 66, in <module>
    from ._cperror import (
  File "/usr/lib/python3.10/site-packages/cherrypy/_cperror.py", line 135, in <module>
    from cherrypy.lib import httputil as _httputil
  File "/usr/lib/python3.10/site-packages/cherrypy/lib/httputil.py", line 20, in <module>
    import jaraco.collections
  File "/usr/lib/python3.10/site-packages/jaraco/collections.py", line 10, in <module>
    import jaraco.text
  File "/usr/lib/python3.10/site-packages/jaraco/text/__init__.py", line 136, in <module>
    @_unicode_trap.passes
AttributeError: 'ExceptionTrap' object has no attribute 'passes'

Sabnzbd and jaraco are clearly no longer compatible in the current form. Unfortunately downgrading isn't really an option either due to other dependancies.

iio7 commented on 2022-02-07 15:50 (UTC) (edited on 2022-02-07 15:57 (UTC) by iio7)

I am sorry, but this package is broken. You cannot get it to run on an updated version of Arch because of constant problems with Missing module: jaraco.context. This needs to be fixed somehow. I have the "python-jaraco" package installed via the community repo.

community/python-jaraco.context 4.0.0-3 (8.7 KiB 16.4 KiB) (Installed)
community/python-jaraco 2022.1.24-1 (62.1 KiB 243.8 KiB) (Installed)

narf commented on 2022-02-02 05:45 (UTC)

@fryfrog: it might be just me. I've been on the same rolling release of arch for 15 years now without a fresh install I do get the odd dependency thing I cant get my head around. If anyone runs into the same socks issue as me and can solve then pip install Py-Socks==1.7.1 worked for me.