【发布时间】:2016-02-15 07:13:54
【问题描述】:
通过 Canopy 包管理器或 pip 安装 ipyparallel (OSX) 后,仍然无法导入。
注意:一个论坛建议easy_install 路径文件不一致。但是我在easy-install.pth中检测不到任何指向python site-packages文件夹的行。
/Users/tahahassan/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/ipykernel/connect.py in <module>()
11
12 from IPython.core.profiledir import ProfileDir
---> 13 from IPython.paths import get_ipython_dir
..
ImportError: No module named paths
任何想法都会受到赞赏。
【问题讨论】:
标签: python-2.7 importerror enthought canopy