You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run "sh scripts/start.sh" I get a lot of downloads, installs etc, and at the end this message:
ℹ INFORMATIONS
Loading embedding settings:
{"USE_OPENAI_EMBEDDING":"","USE_OLLAMA_EMBEDDING":"","OLLAMA_EMBEDDING_MODEL":"mxbai-embed-large"}
ℹ INFORMATIONS
Loading character settings:
{"ARGV":["/home/fmiren/.nvm/versions/node/v20.0.0/bin/node","/home/fmiren/eliza/agent/src/index.ts","--isRoot"],"CWD":"/home/fmiren/eliza/agent"}
Loaded .env file from: /home/fmiren/eliza/.env
ℹ INFORMATIONS
Parsed settings:
{"USE_OPENAI_EMBEDDING":"","USE_OPENAI_EMBEDDING_TYPE":"string","USE_OLLAMA_EMBEDDING":"","USE_OLLAMA_EMBEDDING_TYPE":"string","OLLAMA_EMBEDDING_MODEL":"mxbai-embed-large"}
Killed
/home/fmiren/eliza/agent:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @ai16z/agent@0.1.6-alpha.4 start:
node --loader ts-node/esm src/index.ts "--isRoot"
Exit status 137
ELIFECYCLE Command failed with exit code 137.
-e Failed to start project
What does it mean? Why does it fail? Is it ok or not?
Beta Was this translation helpful? Give feedback.
All reactions