Open lluked opened 2 years ago
Same issue here. In my case : python version: 3.10 OS: OSX 12.5.1 Virtual Env: Tried both with and without and failed to run samples Eventgen Version: 7.2.1
me too
Eventgen Version: 7.2.1 python version: 3.7
I had the same problem, and I suspect that the cause is the versions used in requirements.txt, which are not compatible with your Python versions. I'm still investigating the problem, but in the meantime the following worked:
Downgrading to Python 3.8.5 (e.g. using pyenv) and following the pip installation instructions.
Has someone resolved the problem? I tried downgrading to Python 3.8.5 but it didn't help
I got this to work, in a way. Firstly, I used Python 3.8.5. Secondly, when you pull the repo, the default branch is set to developer which appears to be broken. Switch the branch to master because that is the most stable branch. This helped me run the sample tests, but installing the package after "poetry build", still gave me an error due to conflicting urllib3 version required by the package and one needed by botocore. I have ignored the error, so far, because I was able to run the sample tests. Hope this helps!
Describe the bug
PyPI Installation
EventGen is not working as documented and resulting in error:
To Reproduce Steps to reproduce the behavior:
python3.7 -m pip install git+https://www.github.com/splunk/eventgen.git
git clone https://www.github.com/splunk/eventgen
cd eventgen
python3.7 -m splunk_eventgen --version
:python3.7 -m splunk_eventgen -v generate tests/sample_eventgen_conf/replay/eventgen.conf.replay
:I have also built the pip module from source and eventgen still fails to run.
If you are using eventgen with pip module mode (please complete the following information):