Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
127
stars
66
forks
source link
AWS IoT EduKit > Blinky Hello World > Device Provisioning - ModuleNotFoundError: No module named 'pyasn1_modules' #17
Closed
takipone closed 3 years ago
When I run
python registration_helper.py -p <<DEVICE_PORT>>
, it occured an python module exception.I run
pip3
in order to resolved the exception.Would you add this command line to the tutorial's instruction?