Install Curator 7.0.0 in rhel

As per official doc

https://www.elastic.co/guide/en/elasticsearch/client/curator/7.0/pip.html

Current system - RHEL 8
Elasticsearch - 7.17.3

I am trying to install curator in linux machine and i have install python3
so when i use this command i am getting this error -

 pip3 install elasticsearch-curator==7.0.0
Collecting elasticsearch-curator==7.0.0
  Could not find a version that satisfies the requirement elasticsearch-curator==7.0.0 (from versions: 0.6.0, 0.6.1, 0.6.2, 1.0.0, 1.1.0, 1.1.2, 1.1.3, 1.2.0, 1.2.1, 1.2.2, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.1.2, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.3.0, 3.4.0, 3.4.1, 3.5.0, 3.5.1, 4.0.0, 4.0.1, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 4.2.3, 4.2.3.post1, 4.2.4, 4.2.5, 4.2.6, 4.3.0, 4.3.1, 5.0.1, 5.0.2, 5.0.3, 5.0.4, 5.1.1, 5.1.2, 5.2.0, 5.3.0, 5.4.0, 5.4.1, 5.5.0, 5.5.1, 5.5.2, 5.5.3, 5.5.4, 5.6.0, 5.7.0, 5.7.2, 5.7.3, 5.7.4, 5.7.5, 5.7.6, 5.8.0, 5.8.1, 5.8.2, 5.8.3, 5.8.4)
No matching distribution found for elasticsearch-curator==7.0.0

What is your python3 version? It looks like that Curator 7.0.0 needs Python3 >= 3.8.

python3 --version
Python 3.6.8

@leandrojmp Any update?

@leandrojmp already gave you the answer.

Curator 7.0.0 requires Python 3.8 or newer

You have python 3.6.8 which is too old.

python3 --version
Python 3.6.8

Yep thanks @leandrojmp @TimV
Its working fine

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