m5stack / Core2-for-AWS-IoT-Kit

Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit
MIT License
127 stars 66 forks source link

pyasn_modules and jose module required by registration helper #22

Closed scarolan closed 3 years ago

scarolan commented 3 years ago

The fix on Windows 10:

pip install pyasn1_modules jose

rashedtalukder commented 3 years ago

This is part of the requirements.txt file in the registration helper script. If you successfully ran pip3 install -r requirements, this should’ve been satisfied.

rashedtalukder commented 3 years ago

The versions of those also cannot be the latest. Some of the APIs had changed and will not work correctly. Please see the Core2-for-AWS-IoT-EduKit\Blinky-Hello-World\utilities\AWS_IoT_registration_helper\requirements.txt file for the correct necessary versions of dependencies that work with the other underlying libraries.