Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not build on ARM64. Requires dependency update. #17

Open
thingstiger opened this issue Apr 25, 2021 · 1 comment
Open

Does not build on ARM64. Requires dependency update. #17

thingstiger opened this issue Apr 25, 2021 · 1 comment

Comments

@thingstiger
Copy link

thingstiger commented Apr 25, 2021

This project does not currently build on ARM64 due to awslabs/aws-crt-python#228
This has already been fixed in awscrt which is a dependency of awsiotsdk.
Updating to the latest version of awsiotsdk in requirements.txt will resolve this build problem on arm64.
Updating awscrt seems to cause a small change in behaviour. Only the root CA cert must be provided in DER instead of PEM format or else the TLS context can't be set up.
If you run into any other problems then io.init_logging(awscrt.io.LogLevel.Trace, 'stdout') is your friend.

@fernau
Copy link

fernau commented Feb 6, 2022

Edit: I've updated the IoT SDK and awscrt and the expected root CA file format is now back to PEM format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants