Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#57636 - [jupyter-notebook] missing new dependency on python-send2trash

Attached to Project: Community Packages
Opened by Jeb Rosen (jebrosen) - Sunday, 25 February 2018, 20:08 GMT
Last edited by Kyle Keen (keenerd) - Sunday, 25 February 2018, 20:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After upgrading to jupyter-notebook 5.3.0-1 the following error appears when trying to use the jupyter notebook:

Traceback (most recent call last):
File "/usr/bin/jupyter-notebook", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3147, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 666, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 984, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 870, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'Send2Trash' distribution was not found and is required by notebook

After installing python-send2trash there is no error message and the notebook can be started. I do not know if similar issues exist with python2 versions of the ipython notebook or related packages.
This task depends upon

Closed by  Kyle Keen (keenerd)
Sunday, 25 February 2018, 20:41 GMT
Reason for closing:  Fixed
Additional comments about closing:  jupyter-notebook 5.3.0-2
Comment by Kyle Keen (keenerd) - Sunday, 25 February 2018, 20:41 GMT
Jeez. I saw this, tested it, confirmed it was needed and then forgot it to actually add it to the pkgbuild.

No, there is no similar issue with python2.

Loading...