Jupyter notebook 总是启动没有问题。直到昨天...我尝试 pip install pytesseract 然后去做其他事情,现在当我尝试启动 jupyter notebook 时,这就是我每次得到的结果:
File "/usr/local/Cellar/python3/3.6.4/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ctypes/__init__.py", line 348, in __init__
self._handle = _dlopen(self._name, mode)
OSError:dlopen(/System/Library/Frameworks/Foundation.framework/Foundation,6):未加载库:/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 引用自:/System/ Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 原因:库版本不兼容:ImageIO需要1.0.0或更高版本,但libGIF.dylib提供0.0.0版本
我想我所要做的就是pip uninstall imageio
但没有这样的运气......