Kishore
Kishore
@ryanking13 it is acually not working not only for numpy it is also not working for onnxruntime ``` root@abddcd13be5c:/Pyodide_Builder/onnxruntime# pyodide build xbuild environment already exists, skipping download Installing xbuild environment...
sure, i will look into that.
yes .. but inside `.temp_env/client_env/lib/python3.11/site-packages/pyodide_build/tools` there is no cmake available only one file is available `pyo3_config.ini` currently i am using mac env to building but i tried in linux also...
ohh okey i am using `pyodide-build => 0.24.1` i try this version ..
by using this version i got another issue build itself not starting ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /Users/kishore-17103/.temp_env/client_env/lib/python3.11/site-packages/pyodide_build/cli/build.p │ │ y:243 in main │ │ │...
@ryanking13 tried with pyodide 0.23.4 version with fresh python env this time it almost builded but at last i stucked with some issue ``` [ 86%] Built target libprotoc [...
After running pyodide build command with sudo ``` gmake[2]: _deps/protobuf-build/protoc.js-22.3.0: Operation not permitted gmake[2]: *** [CMakeFiles/gen_onnx_proto.dir/build.make:74: onnx/onnx-ml.pb.cc] Error 127 gmake[1]: *** [CMakeFiles/Makefile2:722: CMakeFiles/gen_onnx_proto.dir/all] Error 2 gmake: *** [Makefile:136: all] Error...
``` set(ONNX_CUSTOM_PROTOC_EXECUTABLE /opt/homebrew/bin/protoc) ``` @ryanking13 i tried using this but again i am facing the same issue build compilation is intreputed after ``` 86 % ```.
yes @ryanking13 it still using protoc.js, let's check with onnx devs, Thanks for the instant reply ..
@josephrocca @rth I am trying to build the ONNX runtime python package as an ```Emscripten package to use inside Pyodide``` but ONNX runtime does not provide the proper source distribution...