vim 安装YouCompleteMe 插件:
mac 下总是报错
YouCompleteMe unavailable: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
lib-dynload/_io.so,2): Symbolnotfound: __PyCodecInfo_GetIncrementalDecoder
Referencedfrom: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io
.so
Expectedin: flat namespace
in/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
一路搜索像是python版本的问题。
当前python版本 2.7.13
brew install python 重新安装还是2.7.13
于是自己去官网下载2.7.10
安装错误消除
Error detected while processing function49_InitializePythonBuiltin:
line 23:
E887: Sorry, this command is disabled, the Python's site module could not be loaded.
今天突然报这个错误,搜了下没有啥好方法。
来自v站的帖子 vim配置 、github的解释 看到一个👍多的 ,试一下。
brew uninstall vim
brew install -s vim
错误没有啦。