【发布时间】:2021-03-03 02:45:42
【问题描述】:
更新到 macOS Big Sur 后,我在运行 jupyter notebook 时收到以下错误:
dyld: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Referenced from: /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
Reason: image not found
[1] 2971 abort jupyter notebook
关于如何解决这个问题的任何想法?我尝试使用 brew 重新安装 jupyter-notebook(我也更新了 brew),但我一直收到同样的错误。
【问题讨论】:
-
升级到 Big Sur 版本 11 后,我遇到了完全相同的问题,而且对我也没有任何效果!我尝试了 brew、install_name_tool 并重新安装 jupyter notebook。希望有人能帮忙!!!
-
reddit.com/r/MacOSBeta/comments/hfknpa/…
CoreFoundation不再在工作目录中。所以我不指望install_name_tool会起作用。有什么建议吗? -
我现在尝试使用 jupyterlab 并且效果很好...但是 jupyter notebook 仍然不适合我...
-
太烦人了,但我终于找到了在我的本地系统中运行良好的 Visual Studio Code,现在正在使用它。
-
我在 PyCharm 中的项目也有同样的问题...有什么解决办法吗?
标签: python macos jupyter-notebook