This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Unable to run in Node #18
Comments
Do you have full logs including how to install the wasmedge-core part? I am not sure if the wasmedge-core is built or installed successfully. |
I'm having similar problems there. Error: libwasmedge_c.so: cannot open shared object file: No such file or directory
at Object.<anonymous> (/home/direnc/workspace/custom-framework/examples/node/node_modules/wasmedge-core/index.js:7:9)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1213:10)
at Module.load (node:internal/modules/cjs/loader:1037:32)
at Module._load (node:internal/modules/cjs/loader:878:12)
at Module.require (node:internal/modules/cjs/loader:1061:19)
at require (node:internal/modules/cjs/helpers:103:18)
at Object.<anonymous> (/home/direnc/workspace/custom-framework/examples/node/lib.js:3:18)
at Module._compile (node:internal/modules/cjs/loader:1159:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1213:10) {
code: 'ERR_DLOPEN_FAILED'
} For some reason, $ ls ~/.wasmedge/lib
libtensorflow.so libtensorflow_framework.so libtensorflowlite_c.so libwasmedge.so
libtensorflow.so.2 libtensorflow_framework.so.2 libwasmedge-image_c.so libwasmedge.so.0
libtensorflow.so.2.6 libtensorflow_framework.so.2.6 libwasmedge-tensorflow_c.so libwasmedge.so.0.0.1
libtensorflow.so.2.6.0 libtensorflow_framework.so.2.6.0 libwasmedge-tensorflowlite_c.so |
Hi @proohit |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am running in an Ubuntu container after following the instructions listed on the repo here (and the
wasmedge-quickjs
repo).I am instantiating the VM like so:
However, whenever i try to start the app, I am receiving the following error:
Any ideas on what this could be? Thanks
The text was updated successfully, but these errors were encountered: