Skip to content

shadow.py example - No module named 'command_line_utils' #352

@1960pghpirates

Description

@1960pghpirates

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions