ImportError: cannot import name 'ensure_dir_exists'

jupyter notebook重装或更新后,执行jupyter notebook出现如下错误:

Traceback (most recent call last):
  File "/home/cc/install/anaconda3/bin/jupyter-notebook", line 7, in <module>
    from notebook.notebookapp import main
  File "/home/cc/install/anaconda3/lib/python3.6/site-packages/notebook/__init__.py", line 25, in <module>
    from .nbextensions import install_nbextension
  File "/home/cc/install/anaconda3/lib/python3.6/site-packages/notebook/nbextensions.py", line 27, in <module>
    from jupyter_core.utils import ensure_dir_exists
ImportError: cannot import name 'ensure_dir_exists'

解决办法:升级jupyter_core和jupyter_client

conda update jupyter_core jupyter_client

其他解决办法:https://stackoverflow.com/questions/48372019/importerror-cannot-import-name-ensure-dir-exists

执行上述更新和可能的一些其他操作后,我发现虽然没有报错了,但调用的python环境为系统自带的python,并不是我需要的anaconda中的python,此时的解决办法参考:

jupyter notebook使用的python环境不对

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值