brew安装的python与系统python引用产生混乱。
解决方法:
# 删除brew安装的`python@2`
brew uninstall --ignore-dependencies --force python@2
# 重新安装ycmd
cd ~/.vim/bundle/YouCompleteMe
git submodule update --recursive --init
sudo bash ./install.sh
brew安装的python与系统python引用产生混乱。
解决方法:
# 删除brew安装的`python@2`
brew uninstall --ignore-dependencies --force python@2
# 重新安装ycmd
cd ~/.vim/bundle/YouCompleteMe
git submodule update --recursive --init
sudo bash ./install.sh
本文标题:Mac上YouCompleteMe错误:ImportError:
本文链接:https://www.haomeiwen.com/subject/hzjsoftx.html
网友评论