forseti-security/terraform-google-forseti

Python not found in image

Closed this issue · 2 comments

The master version on master is failing to run due to error: /home/ubuntu/forseti-scripts/run_forseti.sh: line 64: python: command not found the used image indeed doesn't have python .

This is because python3 is used in the image.
If you change line 64 to

GET_MODEL_STATUS="forseti model get ${MODEL_NAME} | python3 -c "import sys, json; print (json.load(sys.stdin)['status'])""

everything will work fine

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.