python Elasticsearch无法链接到es

python Elasticsearch无法链接到es,第1张

python Elasticsearch无法链接到es

报错信息:
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

whl安装

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

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

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5070389.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-16
下一篇 2022-11-16

发表评论

登录后才能评论

评论列表(0条)

保存