Skip to content

Error when trying to import ipykernel: No module named 'IPython.paths' #47

@astrofrog

Description

@astrofrog

I am trying to import ipykernel and getting the following error:

In [10]: import ipykernel
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-10-280cf9cbe7f8> in <module>()
----> 1 import ipykernel

/Users/tom/miniconda3/envs/production/lib/python3.4/site-packages/ipykernel/__init__.py in <module>()
      1 from ._version import version_info, __version__
----> 2 from .connect import *

/Users/tom/miniconda3/envs/production/lib/python3.4/site-packages/ipykernel/connect.py in <module>()
     11 
     12 from IPython.core.profiledir import ProfileDir
---> 13 from IPython.paths import get_ipython_dir
     14 from ipython_genutils.path import filefind
     15 from ipython_genutils.py3compat import str_to_bytes

ImportError: No module named 'IPython.paths'

Here are the versions I'm using:

ipykernel==4.0.3
ipython==4.0.0
ipython-genutils==0.1.0
jupyter-client==4.0.0
jupyter-console==4.0.0
jupyter-core==4.0.4
path.py==0.0.0
pyzmq==14.7.0
traitlets==4.0.0

This is with Python 3.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions