nknytk / built-onnxruntime-for-raspberrypi-linux

Built python wheel files of https://github.com/microsoft/onnxruntime for raspberry pi 32bit linux.
118 stars 20 forks source link

Debian Bookworm support #6

Closed goldyfruit closed 10 months ago

goldyfruit commented 1 year ago

Hi,

Do you have any plan to support Debian Bookworm (12) and so Python 3.11?

Thanks for your work.

DrAlexLiu commented 8 months ago

I also have the same issue. And since this issue is closed without any feedback, may I know how to solve it?

goldyfruit commented 8 months ago

I closed it because I will wait until 3.12 being supported officially by Microsoft.

DrAlexLiu commented 7 months ago

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.

goldyfruit commented 7 months ago

There is no 32-bit version available anymore.

DrAlexLiu commented 7 months ago

@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.

DrAlexLiu commented 7 months ago

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.

https://github.com/DrAlexLiu/built-onnxruntime-for-raspberrypi-linux/blob/main/wheels/bookworm/onnxruntime-1.17.1-cp311-cp311-linux_armv7l.whl

goldyfruit commented 7 months ago

@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.

DrAlexLiu commented 7 months ago

@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 commented 7 months ago

@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

DrAlexLiu commented 7 months ago

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.