chxuan / vimplus

:rocket:An automatic configuration program for vim

Home Page:https://github.com/chxuan/vimplus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用最新版本,安装后有错误提示

jason416 opened this issue · comments

下面是打开vim的错误提示:

Error detected while processing function 121_PollServerReady[7]..121_Pyeval:
line 4:
/root/.vim/plugged/YouCompleteMe/third_party/requests_deps/requests/requests/init.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
Press ENTER or type command to continue
Error detected while processing function 121_PollServerReady[7]..121_Pyeval:
line 4:
warnings.warn(warning, RequestsDependencyWarning)
Press ENTER or type command to continue

貌似不影响使用,大佬有空查一下

@jason416 你好,请问你用的什么系统?python版本是多少?ycm可以正常使用吗?(补全代码可以不?)

@chxuan Ubuntu16.04最新版,Python3和Python2都试过,ycm是正常使用的,这个三方库好像提示升级。

@jason416 根据上面的报错信息,你升级下cryptography试试

@chxuan 我用pip install --upgrade cryptography试过,还是有这个提示,我删除下环境,用Python2试试。

@chxuan 这个模块目前不知道谁在用,我把他删除了,就没这个提示了。不删除的话,pip装任何库都会打印这个:

RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.

@jason416 意思就是说这个Old version of cryptography 影响到了pip以及vimplus的ycm,如果删除这个软件,pip和vimplus的ycm都不会报错了嘛

@chxuan YES! 目前使用我没发现有啥异常的,pip以及vimplus的ycm都正常使用,不会打印那个提示。