渡人自渡 发表于 2018-7-29 11:17:47

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 uninstallchardet
  pip install requests
页: [1]
查看完整版本: centos7 ansible 报错收集