Open faridelya opened 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?
@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
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
Fixed in 0.10.0
Error when installing onnxruntime-extensions
Server Spec:
Enviroment:
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