-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Comments
Hello @holiccoder! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor! |
I have same error too: "Wasm SIMD unsupported" (node:1175100) [DEP0040] DeprecationWarning: The |
same here with ubuntu 24. |
Hello guys. Refering to this: (node:1175100) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead. This error happend due to multiple bluids attemps. Is possible that pnpm do some mess up. You should try to clean. Refering to this: var parts=path.spli/home/eliza/eliza/agent: Is due to a plugin that is blocking the way. |
It look like the plugin that is causing the issue is plugin-primus, I just got the latest version and that primus code has like copied stuff from Twitter plugin... so not good I guess. https://github.com/elizaOS/eliza/blob/v0.1.8%2Bbuild.1/packages/plugin-primus/src/index.ts Here is what I did to make it work
git diff agent/package.json
git diff agent/src/index.ts
|
so I started playing with Eliza before Xmas, and it was great... now it has like all kinds of plugins... the plugins are great but OMG it is getting so slow... I need to work on cleaning up this to be able to use it because I don't even know if I can trust this source code anymore... Correct me if I am wrong! I feel like even a malicious code could be merged into this repo without anybody noticing? Or am I exaggerating? |
You are correct, imho it would be good to have some dynamic installer, because you dont need all the plugins dod ElizaOS to use that. But regarding the issue - i just removed primus and all good. |
thank you, i removed the plugin as per your instruction and it worked fine now, i don't know what will be the consequences of removing such plugin at the moment. |
none, this is a new plugin... not needed. |
Removing 1 or even all plugin you not use will speed u your build time so not get worried.
We will look into it.
…On Mon, Jan 20, 2025 at 11:13, Andre Mosin ***@***.***(mailto:On Mon, Jan 20, 2025 at 11:13, Andre Mosin <<a href=)> wrote:
>> so I started playing with Eliza before Xmas, and it was great... now it has like all kinds of plugins... the plugins are great but OMG it is getting so slow... I need to work on cleaning up this to be able to use it because I don't even know if I can trust this source code anymore... Correct me if I am wrong! I feel like even a malicious code could be merged into this repo without anybody noticing? Or am I exaggerating?
>
> thank you, i removed the plugin as per your instruction and it worked fine now, i don't know what will be the consequences of removing such plugin at the moment.
none, this is a new plugin... not needed.
—
Reply to this email directly, [view it on GitHub](#2279 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BE5QO4EHH3TKKXN4R74OHQ32LRZWTAVCNFSM6AAAAABVEN7ZESVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBRGI4TAOBRHA).
You are receiving this because you commented.Message ID: ***@***.***>
|
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"
The text was updated successfully, but these errors were encountered: