wagga40 / Zircolite

A standalone SIGMA-based detection tool for EVTX, Auditd and Sysmon for Linux logs
671 stars 91 forks source link

ModuleNotFoundError: No module named 'elasticsearch' #56

Closed dalifig closed 1 year ago

wagga40 commented 1 year ago

Hi, I’m assuming you use the python version.

Did you install dependencies in requirements.txt with : pip3 install -r requirements.txt or pip install -r requirements.txt ?

dalifig commented 1 year ago

Thank you so much for the quick response I tried to delete my issue because I already fixed it but I don't think github gave me the authority to delete my comment. I did the pip3 install -r requirements.txt already but the issue was still there, what fixed it for me was that I just added sudo to the command and executed it as administrator.

On Thu, Mar 30, 2023 at 6:39 AM Wagga @.***> wrote:

Hi, I’m assuming you use the python version.

Did you install dependencies in requirements.txt with : pip3 install -r requirements.txt or pip install -r requirements.txt ?

— Reply to this email directly, view it on GitHub https://github.com/wagga40/Zircolite/issues/56#issuecomment-1489678354, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLFNOJOAWOIRH5WIUGCQ7TW6UE7PANCNFSM6AAAAAAWMTLNOI . You are receiving this because you authored the thread.Message ID: @.***>

wagga40 commented 1 year ago

Ok 👍🏻