You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: