cisagov / untitledgoosetool

Untitled Goose Tool is a robust and flexible hunt and incident response tool that adds novel authentication and data gathering methods in order to run a full investigation against a customer’s Azure Active Directory (AzureAD), Azure, and M365 environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`No module named 'blinker._saferef'` error when running `generate_conf.py`

el-pato opened this issue · comments

🐛 Summary

When running python3 scripts/generate_conf.py, the following error occurs: ModuleNotFoundError: No module named 'blinker._saferef'

To reproduce

Steps to reproduce the behavior:

  1. Follow set up instructions and run python3 scripts/generate_conf.py

Expected behavior

Config file should have been generated, instead got an error.

more info

This appears to be an issue with selenium. See this issue for more details: seleniumbase/SeleniumBase#2782

Per that thread, I manually did pip install blinker==1.7.0 and was then able to generate the config file.