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#53510 - [python2-ipykernel] Missing depend on python2-jupyter_client

Attached to Project: Community Packages
Opened by Andrew S. Grigorev (eigrad) - Friday, 31 March 2017, 15:03 GMT
Last edited by Kyle Keen (keenerd) - Wednesday, 05 April 2017, 22:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

python2-ipykernel should depend on python2-jupyter_client

Additional info:

* Currently available python2-ipykernel-4.5.2-2 doesnt depend on python2-jupyter_client

Steps to reproduce:

* Install jupyter and python2 kernel:

pacman -S jupyter-notebook python2-ipykernel
jupyter notebook

* Try to run python2 notebook

[I 17:57:55.373 NotebookApp] Kernel started: 3225eafe-d6af-400f-b032-2828c64e8377
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/usr/lib/python2.7/runpy.py", line 111, in _get_module_details
__import__(mod_name) # Do not catch exceptions initializing package
File "/usr/lib/python2.7/site-packages/ipykernel/__init__.py", line 2, in <module>
from .connect import *
File "/usr/lib/python2.7/site-packages/ipykernel/connect.py", line 18, in <module>
import jupyter_client
ImportError: No module named jupyter_client
This task depends upon

Closed by  Kyle Keen (keenerd)
Wednesday, 05 April 2017, 22:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-ipykernel 4.5.2-3

Loading...