Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64的服务器不能运行。 #4

Open
lukemin opened this issue Sep 11, 2024 · 3 comments
Open

arm64的服务器不能运行。 #4

lukemin opened this issue Sep 11, 2024 · 3 comments

Comments

@lukemin
Copy link

lukemin commented Sep 11, 2024

�[1G�[0Knode:internal/modules/cjs/loader:1454
return process.dlopen(module, path.toNamespacedPath(filename));
^

Error: /usr/src/app/node_modules/@tensorflow/tfjs-node/lib/napi-v8/tfjs_binding.node: cannot open shared object file: No such file or directory
�[90m at Module._extensions..node (node:internal/modules/cjs/loader:1454:18)�[39m
�[90m at Module.load (node:internal/modules/cjs/loader:1208:32)�[39m
�[90m at Module._load (node:internal/modules/cjs/loader:1024:12)�[39m
�[90m at Module.require (node:internal/modules/cjs/loader:1233:19)�[39m
�[90m at require (node:internal/modules/helpers:179:18)�[39m
at Object. �[90m(/usr/src/app/�[39mnode_modules/�[4m@tensorflow�[24m/tfjs-node/dist/index.js:72:16�[90m)�[39m
�[90m at Module._compile (node:internal/modules/cjs/loader:1358:14)�[39m
�[90m at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)�[39m
�[90m at Module.load (node:internal/modules/cjs/loader:1208:32)�[39m
�[90m at Module._load (node:internal/modules/cjs/loader:1024:12)�[39m {
code: �[32m'ERR_DLOPEN_FAILED'�[39m
}

@x-dr
Copy link
Owner

x-dr commented Sep 11, 2024

uname -m 看看具体架构 ,你有试过用docker部署吗?我手里没有arm的机器,没法测试 我晚点搞个arm的机器测试看看

@lukemin
Copy link
Author

lukemin commented Sep 11, 2024

就是docker部署报错的,甲骨文的arm服务器。
root:~# uname -m
aarch64
Debian GNU/Linux 11

@x-dr
Copy link
Owner

x-dr commented Sep 15, 2024

就是docker部署报错的,甲骨文的arm服务器。 root:~# uname -m aarch64 Debian GNU/Linux 11

试一下手动部署,我试过手动部署arm64可用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants