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

Issue running start.sh on Raspberry Pi #603

Open
1 task
f1zzycola opened this issue Dec 28, 2024 · 1 comment
Open
1 task

Issue running start.sh on Raspberry Pi #603

f1zzycola opened this issue Dec 28, 2024 · 1 comment
Labels
bug This issue is a bug. p3 This is a minor priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 2 days.

Comments

@f1zzycola
Copy link

Describe the bug

I am trying to run the Connection Kit on my raspberry pi zero, yet keep getting the same error:

Collecting awscrt==0.23.5 (from awsiotsdk)
Could not find a version that satisfies the requirement awscrt==0.23.5 (from awsiotsdk) (from versions: 0.2.10, 0.2.11, 0.2.13, 0.2.14, 0.2.15, 0.2.16, 0.2.21, 0.2.22, 0.3.1, 0.3.3, 0.5.1, 0.5.2, 0.5.5, 0.5.6, 0.5.11, 0.5.12, 0.5.13, 0.5.14, 0.5.15, 0.5.18, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.3, 0.9.4, 0.9.7, 0.9.10, 0.9.11, 0.9.13, 0.9.14, 0.9.15, 0.9.16, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.10.6, 0.10.7, 0.10.8, 0.11.4, 0.11.5, 0.11.6, 0.11.7, 0.11.8, 0.11.9, 0.11.10, 0.11.11, 0.11.12, 0.11.13, 0.11.14, 0.11.15, 0.11.17, 0.11.19, 0.11.20, 0.11.21, 0.11.22, 0.11.23, 0.11.24, 0.11.25, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.4, 0.13.5, 0.13.6, 0.13.7, 0.13.8, 0.13.9, 0.13.11, 0.13.12, 0.13.13, 0.13.14, 0.14.0, 0.14.3, 0.14.5, 0.14.6, 0.14.7, 0.15.1, 0.15.2, 0.15.3, 0.16.0, 0.16.1, 0.16.2, 0.16.3, 0.16.4, 0.16.6, 0.16.8, 0.16.9, 0.16.10, 0.16.11, 0.16.12, 0.16.13, 0.16.14, 0.16.15, 0.16.16, 0.16.17, 0.16.18, 0.16.19, 0.16.21, 0.16.22, 0.16.23, 0.16.24, 0.16.25, 0.16.26, 0.17.0, 0.18.0, 0.19.0, 0.19.1, 0.19.2, 0.19.3, 0.19.4, 0.19.5, 0.19.6, 0.19.7, 0.19.8, 0.19.9, 0.19.10, 0.19.12, 0.19.13, 0.19.14, 0.19.15, 0.19.16, 0.19.17, 0.19.18, 0.19.19, 0.20.0, 0.20.1, 0.20.2, 0.20.3, 0.20.4, 0.20.5, 0.20.6, 0.20.7, 0.20.9, 0.20.10, 0.20.11, 0.20.12, 0.21.0, 0.21.1, 0.21.2, 0.21.4, 0.21.5, 0.22.0)
No matching distribution found for awscrt==0.23.5 (from awsiotsdk)

This occurs running the setup kit and when attempting to install awscrt manually via pip or apt-get.

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

Connection kit runs as stated in the set-up guide.

Current Behavior

start.sh script fails

Reproduction Steps

sudo ./start.sh

Possible Solution

No response

Additional Information/Context

No response

SDK version used

v2

Environment details (OS name and version, etc.)

Raspberry Pi OS

@f1zzycola f1zzycola added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Dec 28, 2024
@xiazhvera
Copy link
Contributor

Which python version are you working with on the Raspberry Pi? awscrt dropped support of python3.7 since 0.22.0. This could be the reason why the awscrt library is missing.

You could also build the library and the Python SDK from source on raspberry pi. Please checkout https://github.com/awslabs/aws-crt-python/ and build awscrt locally.

@jmklix jmklix added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 2 days. p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. p3 This is a minor priority issue response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 2 days.
Projects
None yet
Development

No branches or pull requests

3 participants