报错信息:
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还在审核,等审核通过后公布下载地址
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)