






















This update breaks letta-code
letta
115 | }
116 | help.push(
117 | '- Consult the installation documentation:',
118 | ' See https://sharp.pixelplumbing.com/install'
119 | );
120 | throw new Error(help.join('\n'));
^
error: Could not load the "sharp" module using the linux-x64 runtime
ERR_DLOPEN_FAILED: libvips-cpp.so.8.17.3: cannot open shared object file: No such file or directory
Possible solutions:
- Ensure optional dependencies can be installed:
npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
See https://sharp.pixelplumbing.com/install
at <anonymous> (/home/ed/.bun/install/cache/sharp@0.34.5@@@1/lib/sharp.js:120:13)
at <anonymous> (/home/ed/.bun/install/cache/sharp@0.34.5@@@1/lib/constructor.js:8:7)
at <anonymous> (/home/ed/.bun/install/cache/sharp@0.34.5@@@1/lib/index.js:6:7)
Bun v1.3.9 (Linux x64)
You can bypass this error with:sudo ln -s /usr/lib/libvips-cpp.so /usr/lib/libvips-cpp.so.8.17.3
there is probably better way though...
@msaglietto this has now been merged upstream! As of 0.14.1, all related issues should be resolved.
@msaglietto I can repro that bug, and I'm not sure why it's happening -- it doesn't happen in the build dir but it does once installed.
Hello, thanks for the package =) I'm having problems running this since the last update I get the error:
❯ letta
file:///usr/bin/letta:16044
throw new Error(help.join(`
^
Error: Could not load the "sharp" module using the linux-x64 runtime
Possible solutions:
- Ensure optional dependencies can be installed:
npm install --include=optional sharp
- Ensure your package manager supports multi-platform installation:
See https://sharp.pixelplumbing.com/install#cross-platform
- Add platform-specific dependencies:
npm install --os=linux --cpu=x64 sharp
- Consult the installation documentation:
See https://sharp.pixelplumbing.com/install
at file:///usr/bin/letta:16044:11
I dont know if you could specify the os aon cpu using bun
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
seems to fail to build in chroot