I'm running Python 3.8 and getting the following error:
File "/Users/venv/lib/python3.8/site-packages/elasticsearch/_async/transport.py", line 297, in perform_request
status, headers, data = await connection.perform_request(
TypeError: object tuple can't be used in 'await' expression
It would be great if anyone can help me with this issue.