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 is the offending line, simply replacing it will fix the issue on Raspberry Pi but it's not the proper fix :) I'm not that familiar with the platform module and I have no idea how to properly identify the architecture so I can't propose a proper fix:
The path defined here for Linux platform references the Debian 64bit AWS Session Manager Plugin. For Raspberry Pi the URL should have _arm64 instead of _64bit as documented here: https://docs.aws.amazon.com/systems-manager/latest/userguide/install-plugin-debian.html
This is the offending line, simply replacing it will fix the issue on Raspberry Pi but it's not the proper fix :) I'm not that familiar with the platform module and I have no idea how to properly identify the architecture so I can't propose a proper fix:
aws-gate/aws_gate/constants.py
Line 52 in 52f7281
The text was updated successfully, but these errors were encountered: