Yelp / elastalert

Easy & Flexible Alerting With ElasticSearch
https://elastalert.readthedocs.org
Apache License 2.0
7.97k stars 1.74k forks source link

Problems installing Elastalert on Ubuntu 22.04 #3285

Open mvasuraja opened 1 year ago

mvasuraja commented 1 year ago

Hello All, I am trying to install Elastalert on a Ubuntu 22.04 machine. I have Python 3.10 installed. I get the following error with Blist during the installation:

blist/blist.c:6592:27:error: lvalue required as left operand of assignment 6592 | Py_REFCNT(&saved) = 1; error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for blist

followed by

blist/_blist.c:6592:27: error: lvalue required as left operand of assignment 6592 | Py_REFCNT(&saved) = 1; error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure × Encountered error while trying to install package. ╰─> blist

I have tried to follow instructions given on many other sites, by installing dev tools etc. Nothing works. Please help.

Thanks & Regards,

Raja

nsano-rururu commented 1 year ago

ElastAlert is no longer maintained. Please use ElastAlert2

mvasuraja commented 1 year ago

Ok, Thank you Sir. Regards Raja