当前位置:   article > 正文

python Elasticsearch无法链接到es_elasticsearch.unsupportedproducterror: the client

elasticsearch.unsupportedproducterror: the client noticed that the server is

报错信息:
Elasticsearch::UnsupportedProductError (The client noticed that the server is not a supported distribution of Elasticsearch

原因排查:
python 目前Elasticsearch库已经更新到7.15.1,7.15.1版本得库无法链接到ES服务器端
需要安装低于7.14.0版本得Elasticsearch库才可以

安装命令:
pip 安装

pip  install  elasticsearch == 7.13.1
  • 1

whl安装

pip  install  elasticsearch7-7.13.1-py2.py3-none-any.whl
  • 1

whl安装包地址:
暂时CDSN还在审核,等审核通过后公布下载地址

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/羊村懒王/article/detail/367830
推荐阅读
相关标签
  

闽ICP备14008679号