You are not logged in.

#1 2017-02-15 09:24:34

maxgiggs
Member
Registered: 2014-06-05
Posts: 32

Unsatisfied dependencies of jupyter-nbconvert

I can't get jupyter-nbconvert working, to be precise it complains about unsatisfied dependencies. I had to install

1. python-testpath (which is on AUR)
2. python-pandocfilters
3. python-bleach

Now I have the following

myname@host ~% jupyter nbconvert some-slideshow.ipynb --to slides --post serve
Traceback (most recent call last):
  File "/usr/bin/jupyter-nbconvert", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3036, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3020, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3049, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 654, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 968, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 854, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'entrypoints>=0.2.2' distribution was not found and is required by nbconvert

so entrypoints>=0.2.2 is needed, but it is already installed (and indeed marked as a dependency for jupyter-nbconvert). Therefore something wrong is going on.

Offline

#2 2017-02-15 09:40:11

loqs
Member
Registered: 2014-03-06
Posts: 17,497

Re: Unsatisfied dependencies of jupyter-nbconvert

Offline

#3 2017-02-15 11:29:05

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Unsatisfied dependencies of jupyter-nbconvert

Moving thread to Pacman Issues.

Offline

Board footer

Powered by FluxBB