Public bug reported:

$ lsb_release -rd
Description:    Ubuntu 20.04.1 LTS
Release:        20.04

Trying to install sabnzbdplus, which uses this version of cherrypy3:

Nov 12 20:53:09 NAS systemd[1]: Starting LSB: SABnzbd+ binary newsgrabber...
Nov 12 20:53:09 NAS sabnzbdplus[740067]:  * Starting SABnzbd+ binary newsgrabber
Nov 12 20:53:09 NAS sabnzbdplus[740090]: Not all required Python modules are 
available, please check requirements.txt
Nov 12 20:53:09 NAS sabnzbdplus[740090]: Missing module: jaraco.collections
Nov 12 20:53:09 NAS sabnzbdplus[740090]: You can read more at: 
https://sabnzbd.org/python3
Nov 12 20:53:09 NAS sabnzbdplus[740090]: If you still experience problems, 
remove all .pyc files in this folder and subfolders
Nov 12 20:53:09 NAS sabnzbdplus[740067]:    ...fail!
Nov 12 20:53:09 NAS systemd[1]: sabnzbdplus.service: Control process exited, 
code=exited, status=1/FAILURE
Nov 12 20:53:09 NAS systemd[1]: sabnzbdplus.service: Failed with result 
'exit-code'.

----------------------

$ apt search jaraco
Sorting... Done
Full Text Search... Done
python3-jaraco.functools/focal,now 2.0-2 all [installed,automatic]
  additional functools in the spirit of stdlib's functools

python3-jaraco.itertools/focal 2.0.1-4 all
  Tools for working with iterables (Python 3)

----------------------

There is no jaraco.collections package in Ubuntu, but cherrypy3 as
installed from the official repo wants it...

$ python3
Python 3.8.5 (default, Jul 28 2020, 12:59:40) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cherrypy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/media/.local/lib/python3.8/site-packages/cherrypy/__init__.py", 
line 66, in <module>
    from ._cperror import (
  File "/home/media/.local/lib/python3.8/site-packages/cherrypy/_cperror.py", 
line 135, in <module>
    from cherrypy.lib import httputil as _httputil
  File 
"/home/media/.local/lib/python3.8/site-packages/cherrypy/lib/httputil.py", line 
20, in <module>
    import jaraco.collections
ModuleNotFoundError: No module named 'jaraco.collections'
>>> 

----------------------

Looks like there is a jarco.collections package upstream in Debian,
though.

https://apt.opmu.se/debian/pool/main/p/python3-jaraco.collections/

** Affects: cherrypy3 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904089

Title:
  python3-cherrypy3_8.9.1-6_all seems to require a non-existent
  dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cherrypy3/+bug/1904089/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to