YouCompleteMe安装问题

在尝试安装YouCompleteMe时遇到了三个问题:RPC失败、Python版本不兼容及Python头文件缺失。针对这些问题,解决方案包括更换HTTP协议、调整Python版本优先级以及安装Python头文件。最终因vim版本不支持而未直接安装成功,选择从其他电脑迁移ycm。
摘要由CSDN通过智能技术生成

问题1:error: RPC failed; curl 18 transfer closed with outstanding read data remaining

fatal: The remote end hung up unexpectedly
fatal: 过早的文件结束符(EOF)
fatal: index-pack failed
fatal: 无法克隆 ‘https://github.com/requests/requests’ 到子模组路径 ‘third_party/requests_deps/requests’
解决:
换协议

git clone http//...
换成
git clone git@...

问题2:YouCompleteMe requires Python >= 3.6.0; your version of Python is 3.5.2

查看python版本
ls /usr/local/lib/
设置python版本优先级
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.5 2
切换版本
sudo update-alternatives --config python
选择编号

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值