Package: python3-nbconvert
Version: 4.2.0-2
Severity: important

Dear Maintainer,
python3-nbconvert cannot be imported - raises ImportError because of missing 
python3-entrypoints.
Works after installing python3-nbconvert manually.



$ipython3                                                                       
                                                                [0] 16-11-07 
11:10

Python 3.5.2+ (default, Sep 22 2016, 12:18:14) 
Type "copyright", "credits" or "license" for more information.

IPython 5.1.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: import nbconvert
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-3d8cf4dbc65f> in <module>()
----> 1 import nbconvert

/usr/lib/python3/dist-packages/nbconvert/__init__.py in <module>()
      2 
      3 from ._version import version_info, __version__
----> 4 from .exporters import *
      5 from . import filters
      6 from . import preprocessors

/usr/lib/python3/dist-packages/nbconvert/exporters/__init__.py in <module>()
----> 1 from .export import *
      2 from .html import HTMLExporter
      3 from .slides import SlidesExporter
      4 from .templateexporter import TemplateExporter
      5 from .latex import LatexExporter

/usr/lib/python3/dist-packages/nbconvert/exporters/export.py in <module>()
      7 from itertools import chain
      8 
----> 9 import entrypoints
     10 
     11 from traitlets.log import get_logger

ImportError: No module named 'entrypoints'




-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.7.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages python3-nbconvert depends on:
ii  ipython3              5.1.0-2
ii  python3-ipython       5.1.0-2
ii  python3-jinja2        2.8-1
ii  python3-jupyter-core  4.2.0-2
ii  python3-mistune       0.7.3-1
ii  python3-nbformat      4.1.0-2
ii  python3-pygments      2.1.3+dfsg-1
ii  python3-traitlets     4.3.1-1
pn  python3:any           <none>

python3-nbconvert recommends no packages.

python3-nbconvert suggests no packages.

-- no debconf information

Reply via email to