aws/aws-iot-device-sdk-python-v2

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

KrappRamiro opened this issue · 3 comments

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

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sorry, it was a duplicate of #352 (comment) , it was a long day yesterday

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.