python连接ES,elasticsearch.ApiError: ApiError(406报错解决

elasticsearch.ApiError: ApiError(406, ‘Content-Type header [application/vnd.elasticsearch+x-ndjson; compatible-with=8] is not supported’, ‘Content-Type header [application/vnd.elasticsearch+x-ndjson; compatible-with=8] is not supported’)

解决办法

1.需要把elasticsearch安装版本和python Elasticsearch第三方库(模块)版本保持一致就可以解决
查看服务器安装版本
在这里插入图片描述
查看第三方库(模块)版本
在这里插入图片描述
2.不一致则对第三方库(模块)进行升级或者降级,从而达到一致
在这里插入图片描述文章来源地址https://uudwc.com/A/pLaz8

原文地址:https://blog.csdn.net/weixin_43120944/article/details/124334971

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请联系站长进行投诉反馈,一经查实,立即删除!

上一篇 2023年06月28日 17:24
解决电脑安装GeForce Experience停在“正在下载更新”最后“无法连接到NVIDIA”问题
下一篇 2023年06月28日 17:24