1๐
โ
I managed to make it work with a python client version less than 7, but in my case it was quite an old version of Elasticsearch.
Iโve solved it with pip install -U 'elasticsearch<7'
which installed version 6.8.2
.
Iโll try and update both Elasticsearch and the python client and get back with more details.
๐คuser2111922
Source:stackexchange.com