问题描述
请原谅我的愚蠢。我尝试在 Mac 终端上运行 jupyter notebook
之后:
然后我得到以下错误
dyld: Library not loaded: /usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/Python
Referenced from: /usr/local/opt/python3/bin/python3.6
Reason: imagenot found
Abort trap: 6
我想做的只是升级 Python 和 Jupyter Notebook 使用的包。有人可以帮助建议出了什么问题以及我该如何解决这个问题吗?
解决方法
试试
brew update
brew upgrade
brew cleanup
brew upgrade python3