Skip to content

ModuleNotFoundError: No module named 'command_line_utils' when running pubsub.py example #382

@KrappRamiro

Description

@KrappRamiro

Describe the bug

When running the pubsub.py example, a ModuleNotFoundError appeared, saying that it cant find command_line_utils

Expected Behavior

I expected the code to run

Current Behavior

$ python publish.py

Traceback (most recent call last):
  File "/home/krapp/sync/programacion/python/mqtt-aws-test/iot-test-publish/publish.py", line 17, in <module>
    import command_line_utils
ModuleNotFoundError: No module named 'command_line_utils'

Reproduction Steps

Running publish.py

Possible Solution

No response

Additional Information/Context

No response

SDK version used

1.12.0

Environment details (OS name and version, etc.)

Linux Mint 21

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.needs-triageThis issue or PR still needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions