# ES-Curator install from source

**URL:** https://discuss.elastic.co/t/es-curator-install-from-source/130571
**Category:** Elasticsearch
**Created:** [May 4, 2018, 7:04am UTC](https://discuss.elastic.co/t/es-curator-install-from-source/130571 "2018-05-04T07:04:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sunilmchaudhari](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sunilmchaudhari/32/9475_2.png) [@sunilmchaudhari](https://discuss.elastic.co/u/sunilmchaudhari)
#### Post date: [May 4, 2018, 7:04am UTC](https://discuss.elastic.co/t/es-curator-install-from-source/130571/1 "2018-05-04T07:04:52Z")

</div>

Hi,  
I haven't installed ES but I run from the extracted directory. Now I ma facing problem while installing curator.  
When I perform [this step](https://www.elastic.co/guide/en/elasticsearch/client/curator/current/python-source.html#_elasticsearch_curator_python_module)

it gives me error in installation and keep on searching ES version. because its not installed it failes.  
How to go ahead with this?

br,  
Sunil.

---

<div class="post-metadata">

### Author: ![theuntergeek](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/theuntergeek/32/44961_2.png) [@theuntergeek](https://discuss.elastic.co/u/theuntergeek)
#### Post date: [May 4, 2018, 3:14pm UTC](https://discuss.elastic.co/t/es-curator-install-from-source/130571/2 "2018-05-04T15:14:06Z")

</div>

`pip` is supposed to handle this, but something changed, and it doesn't seem to handle it properly for source installs anymore. I will fix it in a future version.

It's _not_ looking for Elasticsearch, the search engine. It's looking for `elasticsearch-py`, the Python module. Try running `pip install -U elasticsearch==5.5.2` and then try setup again.

Other modules you may have to install first include:

```auto
    voluptuous>=0.9.3
    click>=6.7
    pyyaml>=3.10
    certifi>=2018.1.18

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 1, 2018, 3:14pm UTC](https://discuss.elastic.co/t/es-curator-install-from-source/130571/3 "2018-06-01T15:14:07Z")

</div>

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