Open
Description
Describe the Bug
After cloning the repo and installing pip3 install ".[dev]"
, No errors whatsoever, and I can see the repo content. I tried to view the available commands using python -m detection_rules --help
, however, I'm getting a bunch of errors instead like, which can be seen in the screenshot below.
I can see all those file installed and can view some of them. I followed all the installation steps on Github.
To Reproduce
- Open VSCode
- Open a PowerShell Terminal
- Clone repo using
git clone https://github.com/elastic/detection-rules.git
- Move to folder
cd .\detection-rules\
- Install using
pip3 install ".[dev]"
- Run
python -m detection_rules --help
Expected Behavior
Get a list of the available commands.
Screenshots
Desktop - OS
Windows
Desktop - Version
Windows 10
Additional Context
- Running VSCode 1.100.0
- Python version 3.13.3
- Running in a virtual environment in VSCode