microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
334 stars 89 forks source link

Why Onnxruntime extensions are not installing on Arm Based Processor #330

Open faridelya opened 1 year ago

faridelya commented 1 year ago

Error when installing onnxruntime-extensions

pip install onnxruntime-extensions # but got above error

===============================================================

Again deleted enviroment and created new enviroment with

python version 3.7

tried to install pip install onnxruntime-extensions # but same error arise



Any help would be appreciated please don not ignore  
why this is not installing ? or ths is not compatable with ARM base processor?
wenbingl commented 1 year ago

Are you able to build it from source. https://github.com/microsoft/onnxruntime-extensions/blob/main/docs/development.md#python-package? The code itself is OK with ARM platforms, and there is no ARM package available now?

BTW, what platform are you requesting from ARM support?

faridelya commented 1 year ago

@wenbingl thanks for kind reply. i did install from official github repo for ARM processor on Ubuntu . The hard step were to install cmake before installing Onnxruntime-entensions
then it work for me ---- but

For docker it is tricky to install cmake but i didn't make it, if you can help please click here

Chizkiyahu commented 1 year ago

Are you able to build it from source. https://github.com/microsoft/onnxruntime-extensions/blob/main/docs/development.md#python-package? The code itself is OK with ARM platforms, and there is no ARM package available now?

BTW, what platform are you requesting from ARM support?

Linux arrch64 and docker run on mac m1 like manylinux2014_aarch64 in onnx pypi

I can build a Github action that builds the wheel but I don't know how to update azure pipline code

Chizkiyahu commented 9 months ago

Fixed in 0.10.0