mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
generate_baseline.py crash with custom baselines #202
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @robertgendler on GitHub.
Originally assigned to: @brodjieski on GitHub.
@pnkelley commented on GitHub:
I get a similar error when trying to generate a the script with the provided baselines as well.
Traceback (most recent call last): File "/Users/pnkelley/Downloads/macos_security-monterey/./scripts/generate_guidance.py", line 7, in <module> import xlwt ModuleNotFoundError: No module named 'xlwt'@robertgendler commented on GitHub:
@pnkelley have you installed the required modules?
https://github.com/usnistgov/macos_security/wiki/Getting-Started
pip3 install -r requirements.txt --userThat error means the python3 module is not installed.