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

got compilation runtime error when running pnpm start command (Wasm SIMD unsupported) #2279

Open
holiccoder opened this issue Jan 14, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@holiccoder
Copy link

OS version: ubuntu 22
node version: 23.3.0

every step is running good except running the command:
pnpm start --character="characters/trump.character.json"

4171601

@holiccoder holiccoder added the bug Something isn't working label Jan 14, 2025
Copy link
Contributor

Hello @holiccoder! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!

@holiccoder holiccoder changed the title got compilation runtime error on when running start command got compilation runtime error when running pnpm start command (Wasm SIMD unsupported) Jan 14, 2025
@Endytech
Copy link

Endytech commented Jan 14, 2025

image

I have same error too: "Wasm SIMD unsupported"
OS version: Ubuntu 22.04.5 LTS
node version: 23.3.0

(node:1175100) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(node:1175100) ExperimentalWarning: CommonJS module /home/eliza/eliza2/node_modules/@3land/listings-sdk/dist/utility/utils.js is loading ES Module /home/eliza/eliza2/node_modules/@3land/listings-sdk/node_modules/node-fetch/src/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
failed to asynchronously prepare wasm: CompileError: WebAssembly.instantiate(): Wasm SIMD unsupported @+59
Aborted(CompileError: WebAssembly.instantiate(): Wasm SIMD unsupported @+59)
/home/eliza/eliza2/node_modules/@primuslabs/zktls-core-sdk/dist/algorithm/client_plugin.js:1
var Module=typeof Module!="undefined"?Module:{};var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";
...
var parts=path.spli/home/eliza/eliza/agent:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @elizaos/[email protected]+build.1 start: node --loader ts-node/esm src/index.ts "--isRoot" "--characters=characters/test.character.json"
Exit status 7
 ELIFECYCLE  Command failed with exit code 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants