試圖打開Jupyter筆記本(OSX 10.11.4)我得到以下錯誤:Jupyter錯誤: 「無模塊命名jupyter_core.paths」
$ jupyter-notebook
Traceback (most recent call last):
File "/usr/local/bin/jupyter-notebook", line 7, in <module>
from notebook.notebookapp import main
File "/Users/geotheory/Library/Python/2.7/lib/python/site-packages/notebook/__init__.py", line 25, in <module>
from .nbextensions import install_nbextension
File "/Users/geotheory/Library/Python/2.7/lib/python/site-packages/notebook/nbextensions.py", line 23, in <module>
from jupyter_core.paths import jupyter_data_dir, jupyter_path, SYSTEM_JUPYTER_PATH
ImportError: No module named jupyter_core.paths
這用來工作。任何想法如何診斷?
PIP安裝--upgrade setuptools的點子 或可能有一些其他的快速件事,試圖在這裏 https://github.com/jupyter/notebook/issues/270 PIP安裝--upgrade IPython中 – bbergvt