Hi, I'm following Training the Amazon SageMaker object detection model and running it on AWS IoT Greengrass – Part 2 of 3: Training a custom object detection model to see if my trained model artifacts can work with my IOT device via greengrass.
In the "Convert the trained model artifact to a deployable model artifact" section by walking through the ipynb, line 2 !pip install gluoncv show error ERROR: Could not find a version that satisfies the requirement autocfg (from gluoncv) (from versions: none) ERROR: No matching distribution found for autocfg (from gluoncv). Do you have any suggest on this?
I'm running the ipynb in sagemaker notebook ml.t2.medium with conda_amazonei_mxnet_p27 kernel.