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.

ElastAlert 2 builds are broken due to Stomp dependency

See original GitHub issue

This issue is being raised to make others aware that the make test-docker is failing as of April 27, 2022. This is due to a PyOpenSSL dependency conflict caused by the Stomp package. That package (version 8.0.0) requires an older PyOpenSSL package, which is no longer compatible with the underlying cryptography library.

An issue has been raised on the Stomp GitHub project: https://github.com/jasonrbriggs/stomp.py/issues/378

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:3
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ferozsalamcommented, Apr 29, 2022

I don’t have any issue with dropping it. Anecdotally, I don’t know of anyone with an alerting pipeline that uses it. Presumably – if there is anyone – they will complain and we can reevaluate then.

1reaction
johan-westin-privatecommented, Apr 27, 2022

My workaround is to pin cryptography==36.0.2.

Read more comments on GitHub >

github_iconTop Results From Across the Web

️ ElastAlert is no longer maintained. We strongly ... - GitHub
⚠️ ElastAlert is no longer maintained. We strongly recommend migrating to ElastAlert2. #3241. Closed.
Read more >
ElastAlert 2 Documentation
We designed ElastAlert 2 to be reliable, highly modular, and easy to set up and configure. It works by combining Elasticsearch with two...
Read more >
Package 'stomp.py' requires a different Python: 2.7.12 not in ...
The error is rather clear. The package you are trying to install only supports Python 3.6+. Your options are either to install newer...
Read more >
ARCHIVED: Implementing Microservices on AWS - Awsstatic
Due to the rather involved nature of various topics discussed in this ... store) and how to build it on AWS using container...
Read more >
Compare Packages Between Distributions - DistroWatch.com
Comparing package versions between two distributions ... to compare the versions of different packages between two distributions. ... boost-build 1.79.0
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