-
Notifications
You must be signed in to change notification settings - Fork 220
Closed
Labels
bugThis issue is a bug.This issue is a bug.
Description
Describe the bug
I am trying to run the shadow.py example, but am getting an error related to command_line_utils.
ModuleNotFoundError: No module named 'command_line_utils'
I am having a problem importing this module directly. Is there another library that I am missing? I am running the latest versions of awscrt (0.14.6) and awsiot (0.1.3) and Python 3.7.3.
https://github.com/aws/aws-iot-device-sdk-python-v2/blob/main/samples/shadow.py
Expected Behavior
Python interpreter should import command_line_utils.
Current Behavior
Error being produced: ModuleNotFoundError: No module named 'command_line_utils'
Reproduction Steps
Run the shadow.py example using Python 3.7.3.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.11.8
Environment details (OS name and version, etc.)
Raspberry Pi Zero WH
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.