Error on importing ES with python

Hi,

I am getting an error: "No module named elasticsearch"
I saw in many answers to check if the pip installed the correct version of python and ES. I installed ES through rpm and python through yum install...

What may be causing this?

Many thanks,
Tomer.

Hi @tomer,

you've probably installed Elasticsearch (the server) via rpm. You still need to install the Python Elasticsearch client via pip.

Daniel

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.