question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install elastalert

See original GitHub issue

getting error while running below command python setup.py install running install running bdist_egg running egg_info writing requirements to elastalert.egg-info/requires.txt writing elastalert.egg-info/PKG-INFO writing top-level names to elastalert.egg-info/top_level.txt writing dependency_links to elastalert.egg-info/dependency_links.txt writing entry points to elastalert.egg-info/entry_points.txt reading manifest file ‘elastalert.egg-info/SOURCES.txt’ writing manifest file ‘elastalert.egg-info/SOURCES.txt’ installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/init.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/alerts.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/auth.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/config.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/create_index.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/elastalert.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/enhancements.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/kibana.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/opsgenie.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/rule_from_kibana.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/ruletypes.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/test_rule.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/util.py -> build/bdist.linux-x86_64/egg/elastalert copying build/lib/elastalert/schema.yaml -> build/bdist.linux-x86_64/egg/elastalert creating build/bdist.linux-x86_64/egg/tests copying build/lib/tests/init.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/alerts_test.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/base_test.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/config_test.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/conftest.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/kibana_test.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/rules_test.py -> build/bdist.linux-x86_64/egg/tests copying build/lib/tests/util_test.py -> build/bdist.linux-x86_64/egg/tests byte-compiling build/bdist.linux-x86_64/egg/elastalert/init.py to init.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/alerts.py to alerts.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/auth.py to auth.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/config.py to config.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/create_index.py to create_index.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/elastalert.py to elastalert.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/enhancements.py to enhancements.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/kibana.py to kibana.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/opsgenie.py to opsgenie.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/rule_from_kibana.py to rule_from_kibana.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/ruletypes.py to ruletypes.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/test_rule.py to test_rule.pyc byte-compiling build/bdist.linux-x86_64/egg/elastalert/util.py to util.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/init.py to init.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/alerts_test.py to alerts_test.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/base_test.py to base_test.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/config_test.py to config_test.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/conftest.py to conftest.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/kibana_test.py to kibana_test.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/rules_test.py to rules_test.pyc byte-compiling build/bdist.linux-x86_64/egg/tests/util_test.py to util_test.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying elastalert.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying elastalert.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying elastalert.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying elastalert.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying elastalert.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying elastalert.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents… elastalert.config: module references file creating ‘dist/elastalert-0.0.85-py2.7.egg’ and adding ‘build/bdist.linux-x86_64/egg’ to it removing ‘build/bdist.linux-x86_64/egg’ (and everything under it) Processing elastalert-0.0.85-py2.7.egg removing ‘/usr/lib/python2.7/site-packages/elastalert-0.0.85-py2.7.egg’ (and everything under it) creating /usr/lib/python2.7/site-packages/elastalert-0.0.85-py2.7.egg Extracting elastalert-0.0.85-py2.7.egg to /usr/lib/python2.7/site-packages elastalert 0.0.85 is already the active version in easy-install.pth Installing elastalert-create-index script to /usr/bin Installing elastalert script to /usr/bin Installing elastalert-test-rule script to /usr/bin Installing elastalert-rule-from-kibana script to /usr/bin

Installed /usr/lib/python2.7/site-packages/elastalert-0.0.85-py2.7.egg Processing dependencies for elastalert==0.0.85 Searching for aws-requests-auth Reading https://pypi.python.org/simple/aws-requests-auth/ Download error on https://pypi.python.org/simple/aws-requests-auth/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765) – Some packages may not be found! Couldn’t find index page for ‘aws-requests-auth’ (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:765) – Some packages may not be found! No local packages or download links found for aws-requests-auth error: Could not find suitable distribution for Requirement.parse(‘aws-requests-auth’)

python version Python 2.7.5

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
rorecommented, Jul 25, 2016

Try installing python develop $ sudo yum -y install python-devel

0reactions
Thinkgamercommented, Nov 10, 2016

WARNING:elasticsearch:GET https://localhost:9200/logstash-_/_search?_source_include=%40timestamp%2C*&ignore_unavailable=true&scroll=30s&size=10000 [status:N/A request:0.026s] Traceback (most recent call last): File “/home/master/.local/lib/python2.7/site-packages/elasticsearch/connection/http_requests.py”, line 56, in perform_request response = self.session.request(method, url, data=body, timeout=timeout or self.timeout) File “/home/master/.local/lib/python2.7/site-packages/requests/sessions.py”, line 461, in request resp = self.send(prep, *_send_kwargs) File “/home/master/.local/lib/python2.7/site-packages/requests/sessions.py”, line 573, in send r = adapter.send(request, **kwargs) File “/home/master/.local/lib/python2.7/site-packages/requests/adapters.py”, line 431, in send raise SSLError(e, request=request) SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to install Elastalert · Issue #953 - GitHub
Hi, i downloaded the Master.zip package and tried installing. All the dependencies have been installed properly.
Read more >
Cannot install "blist" in order to install ElastAlert - Stack Overflow
1: Installing via pip: pip install elastalert. The installation fails when trying to install "blist". 2: Cloning the repo, installing the ...
Read more >
Yelp/elastalert - Gitter
I am having a devil of a time getting elastalert installed on Centos 7. I think I have dependency issues...
Read more >
Installing ElastAlert [Part 3] - William Meucci Valente
This tutorial is performed on the Elasticsearch Stack machine. In this step we are going to install ElastAlert and Slack to receive the...
Read more >
Where are all the projects installed by python setup.py install?
I use python3.8 that comes with ubuntu 20.04, and I installed a ... python3.8/dist-packages/elastalert2-2.2.1-py3.8.egg/elastalert/util.py", ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found