【发布时间】:2020-08-18 03:14:10
【问题描述】:
我已尝试修复 Anaconda 在他们的博客中发布的问题(使用 .sh 重新安装),但在加载 Jupyter 时仍然出现内核错误(安装后找不到“Users/User/anaconda3” )。
在此之前,我也尝试过安装带有 Home-brew 的 Python,但是当从这个环境运行 Jupyter 时,它仍然给了我与现在相同的错误:
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/anaconda3/bin/python': '/anaconda3/bin/python'
有没有办法编辑 Jupyter 在这里寻找的目录?
还有其他想法吗?
博文:https://www.anaconda.com/how-to-restore-anaconda-after-macos-catalina-update/
【问题讨论】:
标签: python jupyter-notebook anaconda