I ended up having to reinstall Anaconda. Not sure how it got so messed up but it turned into a game of whack-a-mole and even creating new virtualenvs didn't help.
On Wednesday, February 21, 2018 at 1:39:05 PM UTC-8, [email protected] wrote: > > HI all > > Yesterday I did an update of all the packages in my Anaconda install, and > now I can no longer start kernels in Jupyter. I'm getting this when I try > to open a notebook: > > Traceback (most recent call last): > File "/Users/gwheeler/anaconda/lib/python3.6/runpy.py", line 193, in > _run_module_as_main > "__main__", mod_spec) > File "/Users/gwheeler/anaconda/lib/python3.6/runpy.py", line 85, in > _run_code > exec(code, run_globals) > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/ipykernel_launcher.py", > line 15, in <module> > from ipykernel import kernelapp as app > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/ipykernel/__init__.py", > line 2, in <module> > from .connect import * > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/ipykernel/connect.py", > line 13, in <module> > from IPython.core.profiledir import ProfileDir > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/IPython/__init__.py", > line 45, in <module> > from .config.loader import Config > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/IPython/config/__init__.py", > > line 6, in <module> > from .application import * > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/IPython/config/application.py", > > line 19, in <module> > from IPython.config.configurable import SingletonConfigurable > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/IPython/config/configurable.py", > > line 14, in <module> > from IPython.utils.text import indent, wrap_paragraphs > File > "/Users/gwheeler/anaconda/lib/python3.6/site-packages/IPython/utils/text.py", > line 28, in <module> > from IPython.external.path import path > ImportError: cannot import name 'path' > > Package versions: > > ipython==3.2.3 > ipython-genutils==0.2.0 > jupyter-client==5.2.2 > jupyter-console==5.2.0 > jupyter-contrib-core==0.3.3 > jupyter-contrib-nbextensions==0.4.0 > jupyter-core==4.4.0 > jupyter-highlight-selected-word==0.1.0 > jupyter-latex-envs==1.4.1 > jupyter-nbextensions-configurator==0.4.0 > jupyter-pip==0.3.1 > jupyterlab==0.31.8 > jupyterlab-launcher==0.10.5 > notebook==5.4.0 > > > Anyone else having this issue? > > Thanks! > Graham > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/db8dd3c8-ca64-4f3d-bc30-e295e57b9e40%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
