microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
13.46k stars 2.75k forks source link

ERROR installing onnxruntime on my raspberry following documentation steps cloning github's page #15909

Open Forfy-code opened 1 year ago

Forfy-code commented 1 year ago

When I try installing requirements it is an issue in onnxruntime, and torch modules that say: Could not find a version that satisfies the requirement [Module Name] (from versions: none) and: No matching distribution found for [Module Name]

Module name: torch and onnxruntime, but it is the same error for both. Can I get any solution please?

My device is Raspberry Pi 4, aarch64, python 3.9.2,

Thank you so much.

Document Details

yuslepukhin commented 1 year ago

Please, fill in the issue template providing all the relevant information. The actual error message would also be helpful to anyone who reads this.

Forfy-code commented 1 year ago

What more information do you need?

BSVogler commented 1 year ago

I get the same .

pip install onnxruntime ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for onnxruntime

daviestar commented 10 months ago

I've run into the same issue, did someone find a solution?

jaredcobb commented 6 months ago

I had this issue while running 32bit Raspberry Pi OS. Switching to 64bit resolved the issue for me. Although OP mentioned they were running aarch64 so I'm not sure why they also experienced this problem. Ultimately I noticed there were no 32bit built resources for Linux https://pypi.org/project/onnxruntime/#files