Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elasticsearch-curator uninstalls elasticsearch 2.1.0 #524

Closed
rectalogic opened this issue Dec 15, 2015 · 2 comments · Fixed by #537
Closed

elasticsearch-curator uninstalls elasticsearch 2.1.0 #524

rectalogic opened this issue Dec 15, 2015 · 2 comments · Fixed by #537

Comments

@rectalogic
Copy link

I install elasticsearch 2.1.0 and then install elasticsearch-curator which uninstalls elasticsearch 2.1.0 and installs 2.0.0. Can elasticsearch-curator be upgraded to support elasticsearch 2.1.0?

u@localhost:/tmp $ e/bin/pip install elasticsearch
Downloading/unpacking elasticsearch
  Downloading elasticsearch-2.1.0.tar.gz (56kB): 56kB downloaded
  Running setup.py egg_info for package elasticsearch

    warning: no files found matching 'elasticsearch/connection/esthrift/Rest-remote'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'test_elasticsearch'
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
Downloading/unpacking urllib3>=1.8,<2.0 (from elasticsearch)
  Downloading urllib3-1.13.tar.gz (153kB): 153kB downloaded
  Running setup.py egg_info for package urllib3

    warning: no previously-included files matching '*' found under directory 'docs/_build'
Installing collected packages: elasticsearch, urllib3
  Running setup.py install for elasticsearch

    warning: no files found matching 'elasticsearch/connection/esthrift/Rest-remote'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'test_elasticsearch'
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
  Running setup.py install for urllib3

    warning: no previously-included files matching '*' found under directory 'docs/_build'
Successfully installed elasticsearch urllib3
Cleaning up...

u@localhost:/tmp $ e/bin/pip install elasticsearch-curator
Downloading/unpacking elasticsearch-curator
  Downloading elasticsearch-curator-3.4.0.tar.gz (95kB): 95kB downloaded
  Running setup.py egg_info for package elasticsearch-curator

    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
    warning: no previously-included files matching '*.pyc' found under directory 'docs'
    warning: no previously-included files matching '*.pyo' found under directory 'docs'
    warning: no previously-included files matching '*.pyc' found under directory 'test'
    warning: no previously-included files matching '*.pyo' found under directory 'test'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'docs/asciidoc/html_docs'
Downloading/unpacking elasticsearch>=1.8.0,<2.1.0 (from elasticsearch-curator)
  Downloading elasticsearch-2.0.0.tar.gz (56kB): 56kB downloaded
  Running setup.py egg_info for package elasticsearch

    warning: no files found matching 'elasticsearch/connection/esthrift/Rest-remote'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'test_elasticsearch'
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
Downloading/unpacking click>=3.3 (from elasticsearch-curator)
  Downloading click-6.2.tar.gz (281kB): 281kB downloaded
  Running setup.py egg_info for package click

    warning: no previously-included files matching '*.pyc' found under directory 'docs'
    warning: no previously-included files matching '*.pyo' found under directory 'docs'
    warning: no previously-included files matching '*.pyc' found under directory 'tests'
    warning: no previously-included files matching '*.pyo' found under directory 'tests'
    warning: no previously-included files matching '*.pyc' found under directory 'examples'
    warning: no previously-included files matching '*.pyo' found under directory 'examples'
    no previously-included directories found matching 'docs/_build'
Requirement already satisfied (use --upgrade to upgrade): urllib3>=1.8,<2.0 in ./e/lib/python2.7/site-packages (from elasticsearch>=1.8.0,<2.1.0->elasticsearch-curator)
Installing collected packages: elasticsearch-curator, elasticsearch, click
  Running setup.py install for elasticsearch-curator

    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
    warning: no previously-included files matching '*.pyc' found under directory 'docs'
    warning: no previously-included files matching '*.pyo' found under directory 'docs'
    warning: no previously-included files matching '*.pyc' found under directory 'test'
    warning: no previously-included files matching '*.pyo' found under directory 'test'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'docs/asciidoc/html_docs'
    Installing curator script to /tmp/e/bin
    Installing es_repo_mgr script to /tmp/e/bin
  Found existing installation: elasticsearch 2.1.0
    Uninstalling elasticsearch:
      Successfully uninstalled elasticsearch
  Running setup.py install for elasticsearch

    warning: no files found matching 'elasticsearch/connection/esthrift/Rest-remote'
    no previously-included directories found matching 'docs/_build'
    no previously-included directories found matching 'test_elasticsearch'
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no previously-included files matching '*.py[co]' found under directory '*'
  Running setup.py install for click

    warning: no previously-included files matching '*.pyc' found under directory 'docs'
    warning: no previously-included files matching '*.pyo' found under directory 'docs'
    warning: no previously-included files matching '*.pyc' found under directory 'tests'
    warning: no previously-included files matching '*.pyo' found under directory 'tests'
    warning: no previously-included files matching '*.pyc' found under directory 'examples'
    warning: no previously-included files matching '*.pyo' found under directory 'examples'
    no previously-included directories found matching 'docs/_build'
Successfully installed elasticsearch-curator elasticsearch click
Cleaning up...
@untergeek
Copy link
Member

Probably.

@aleksz
Copy link

aleksz commented Jan 18, 2016

any estimation when this awesome fix could make it's way to pip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants