fxgsell / GG-Edge-Inference

Using AWS Greengrass with the Nvidia Jetson TX2 to run ML models prepared with Amazon SageMaker.
MIT License
17 stars 7 forks source link

Missing attribute from static_config #2

Closed shirkeyaws closed 6 years ago

shirkeyaws commented 6 years ago

$ python3 create-greengrass-config.py --create-group ml-edge-workshop --bucket ml-edge-workshop-lab-1 --function ml-edge-workshop-lab-1 Creating IAM role for Greengrass Generating configuration package Configuration and certificates generated: certificates.zip Traceback (most recent call last): File "create-greengrass-config.py", line 311, in state = add_function(args.function_name, state) File "create-greengrass-config.py", line 209, in add_function function = static_config.FUNCTION_INITIAL_VERSION AttributeError: module 'static_config' has no attribute 'FUNCTION_INITIAL_VERSION'