-
Notifications
You must be signed in to change notification settings - Fork 180
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
[BUG] Can't compile on OSX #473
Comments
I got this problem too |
Experiencing the same issue on a RHEL 8.8 installation, in a Python 3.9 virtual environment. I've tested |
After much troubleshooting, this is a way that worked for me:
Install poetry through running: Clone the repo: Make the following changes to eventgen/pyproject.toml:
Run this in the eventgen git repo root directory:
It should build fine and splunk_eventgen should be a valid command. |
I am afraid my workaround malfunctions. It seems it is not possible to forward logs through the local heavy forwarder. Guess there's more to it. |
I was able to get it working in Docker using the following (hacky) Dockerfile:
Then run the following command from the directory where the Dockerfile is:
Then run:
From the resulting shell you can then run the splunk_eventgen command line. Am able to push events to the HEC using this method from my Mac |
Same issue. A new release would be appreciated. |
I've spent hours trying to get this to work. Your comment did the trick. |
Describe the bug
Library conflict.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: