Closed parsonjs closed 1 year ago
The version of ffmpeg that currently works is 5.1.2, however this is no longer available via homebrew, homebrew only has versions 5.1.3 and 6, this creates an issue when running this command in the build steps
python3 $GETTING_STARTED_DIR/src/modules/grafana/create_grafana_dashboard_role.py --workspace-id $WORKSPACE_ID --region $AWS_DEFAULT_REGION --account-id $CDK_DEFAULT_ACCOUNT
I have already resolved this issue by updating opencv to the latest version and am in the process of creating a pull request
The version of ffmpeg that currently works is 5.1.2, however this is no longer available via homebrew, homebrew only has versions 5.1.3 and 6, this creates an issue when running this command in the build steps
python3 $GETTING_STARTED_DIR/src/modules/grafana/create_grafana_dashboard_role.py --workspace-id $WORKSPACE_ID --region $AWS_DEFAULT_REGION --account-id $CDK_DEFAULT_ACCOUNT
I have already resolved this issue by updating opencv to the latest version and am in the process of creating a pull request