Mac上YouCompleteMe错误:ImportError: cannot import name _remove_dead_weakref

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: cannot import name _remove_dead_weakref)