Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jason416 opened this issue Nov 5, 2019 · 7 comments
Open

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

jason416 opened this issue Nov 5, 2019 · 7 comments

Comments

@jason416
Copy link

jason416 commented Nov 5, 2019

下面是打开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

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

@chxuan
Copy link
Owner

chxuan commented Nov 5, 2019

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

@jason416
Copy link
Author

jason416 commented Nov 5, 2019

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

@chxuan
Copy link
Owner

chxuan commented Nov 5, 2019

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

@jason416
Copy link
Author

jason416 commented Nov 6, 2019

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

@jason416
Copy link
Author

jason416 commented Nov 6, 2019

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

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

@chxuan
Copy link
Owner

chxuan commented Nov 6, 2019

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

@jason416
Copy link
Author

jason416 commented Nov 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants