centos7 ansible 报错收集
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 ansible 报错收集相关的知识,希望对你有一定的参考价值。
报错提示
/usr/lib/python2.7/site-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.21.1) or chardet (2.2.1) doesn‘t match a supported version!
RequestsDependencyWarning)
原因:
python库中urllib3 (1.21.1) or chardet (2.2.1) 的版本不兼容
解决方法:
pip uninstall urllib3
pip uninstall chardet
pip install requests
本文出自 “清风柳絮” 博客,请务必保留此出处http://binuu.blog.51cto.com/801317/1948043
以上是关于centos7 ansible 报错收集的主要内容,如果未能解决你的问题,请参考以下文章