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#60530 - [jupyter-notebook] python-webencodings is missing as a dependency

Attached to Project: Community Packages
Opened by Arsh Linux (arshlinux) - Monday, 22 October 2018, 12:55 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 04 November 2018, 00:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I run `pacman -S python-webencodings` and the notebook is starting


Additional info:

* package version(s): 5.5.0-1


Steps to reproduce:

```
$ 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.7/site-packages/pkg_resources/__init__.py", line 3112, in <module>
@_call_aside
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3096, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3125, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 578, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 895, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 781, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'webencodings' distribution was not found and is required by bleach
```
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 04 November 2018, 00:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-bleach 3.0.2-3

Loading...