FlowFuse / flowfuse

Connect, collect, transform, visualise, and interact with your Industrial Data in a single platform. Use FlowFuse to manage, scale and secure your Node-RED solutions.
https://flowfuse.com
Other
269 stars 63 forks source link

Error loading shared library ld-linux-aarch64.so.1: No such file or directory #3383

Open sumitshinde-84 opened 8 months ago

sumitshinde-84 commented 8 months ago

Current Behavior

i got this error Error: Error loading shared library ld-linux-aarch64.so.1: No such file or directory (needed by /data/node_modules/onnxruntime-node/bin/napi-v3/linux/arm64//libonnxruntime.so.1.16.3) when i try to deploy flow which contain this node @good-i-deer/node-red-contrib-object-detection

Screenshot (239)

Expected Behavior

on node-red not getting this error if I deploy same flow, so on flowfuse it should not give this type of error and the flow should work as expected

Steps To Reproduce

Environment

Have you provided an initial effort estimate for this issue?

I can not provide an initial effort estimate

hardillb commented 8 months ago

This looks like the node has a dependency (onnxruntime-node) that won't work on Alpine Linux based containers.

The best option is to ask the nodes maintainer to also provide pre-compiled binaries for Alpine/muslc Arm64 based systems

sumitshinde-84 commented 8 months ago

Thanks for the reply @hardillb ! I'll reach out to the node's maintainer to request support for pre-compiled binaries on Alpine/muslc Arm64 based systems.