[MacPorts] #51167: py35-nbconvert @4.2.0_0 always breaks due to missing entrypoints dependency
MacPorts
noreply at macports.org
Sat Apr 16 07:47:19 PDT 2016
#51167: py35-nbconvert @4.2.0_0 always breaks due to missing entrypoints dependency
-----------------------+-------------------------------------------
Reporter: wichert@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Keywords: | Port: py27-nbconvert py35-nbconvert
-----------------------+-------------------------------------------
The current nbconvert ports are unusable. Trying to run nbconvert gives
this error:
{{{
Traceback (most recent call last):
File "/opt/local/bin/jupyter-nbconvert-2.7", line 3, in <module>
from nbconvert.nbconvertapp import main
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/nbconvert/__init__.py", line 4, in <module>
from .exporters import *
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/nbconvert/exporters/__init__.py", line 1, in <module>
from .export import *
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/nbconvert/exporters/export.py", line 9, in <module>
import entrypoints
ImportError: No module named entrypoints
}}}
[https://pypi.python.org/pypi/entrypoints entrypoints] is a new dependency
for nbconvert, but currently not part of macports.
--
Ticket URL: <https://trac.macports.org/ticket/51167>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list