Closed goldyfruit closed 10 months ago
I also have the same issue. And since this issue is closed without any feedback, may I know how to solve it?
I closed it because I will wait until 3.12 being supported officially by Microsoft.
May I ask where is the link for download the x32 wheel package?
when I run the following: sudo /opt/python3.11/bin/pip3.11 install onnxruntime
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for onnxruntime
Also, when I goes to onnxruntime github release page, it does not have x32 binary package for downloading.
Thanks.
There is no 32-bit version available anymore.
@goldyfruit I have complied onnxruntime 1.17.1 using my RPi5. Do you still need it?
I can give you the general method or whl file.
I will create a new repo and put the new whl to this, since the author of this repo has not updated for a while.
@goldyfruit I have complied onnxruntime 1.17.1 using my RPi5. Do you still need it?
I can give you the general method or whl file.
Yes please, I would be interested by the method to build the WHL file.
@goldyfruit
The method is here:
https://github.com/DrAlexLiu/built-onnxruntime-for-raspberrypi-linux/blob/main/README.md Let me know if you need more help.
@goldyfruit
The method is here:
https://tgithub.com/DrAlexLiu/built-onnxruntime-for-raspberrypi-linux/blob/main/README.mdt Let me know if you need more help.
Your link is wrong, like phishing :D
Link: https://github.com/DrAlexLiu/built-onnxruntime-for-raspberrypi-linux/blob/main/README.md
Sorry, don't know why there is a t overthere.
I am using docker to cross compile the onnxruntime, which is faster than on Pi. I will let you know when it is proved to be working.
Hi,
Do you have any plan to support Debian Bookworm (12) and so Python 3.11?
Thanks for your work.