No module named 'utils.command_line_utils' #590
Labels
bug
This issue is a bug.
closed-for-staleness
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 2 days.
Describe the bug
On running the
websocket_connect.py
sample, I keep seeing this error that there isModuleNotFoundError: No module named 'utils.command_line_utils'
Even though I have not touched the utils folder or the
websocket_connect.py
file.Expected Behavior
I expect that the script should make a connection to the MQTT broker over web sockets.
Current Behavior
I see
Reproduction Steps
Clean commit: 1ef6533
python samples/websocket_connect.py --endpoint $AWS_IOT_ENDPOINT --signing_region $AWS_REGION --access_key_id $AWS_ACCESS_KEY_ID --secret_access_key $AWS_SECRET_ACCESS_KEY --session_token $AWS_SESSION_TOKEN
Possible Solution
No response
Additional Information/Context
On a completely clean working tree (git).
This is my
pip freeze
:SDK version used
awscrt==0.21.1, awsiot==0.1.3, awsiotsdk==1.22.0
Environment details (OS name and version, etc.)
OS: MacOS, Darwin Kernel Version 23.5.0: Wed May 1 20:16:51 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T8103 arm64
The text was updated successfully, but these errors were encountered: