[GH-ISSUE #74] The readme needs work to enable installation by following the instructions. #46

Closed
opened 2026-02-22 18:17:39 -05:00 by yindo · 2 comments
Owner

Originally created by @tabgab on GitHub (Jun 16, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/74

This looks like a great project, and I am eager to get it going!

I have tried installing this on a Ubuntu running in WSL by following the instructions. 

~/anything-llm$ yarn setup
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'setup'

Then I tried the exact same workflow after cloning the repo on Mac, and it worked... Why?

The next hurdle was the fact, that nothing in the readme mentions that you need to install docker desktop on Mac. This may be self-explanatory to many, but I just followed the instructions, and kept getting the error that the docker daemon was nowhere to be found. Everything else was installed from the command line, so it is not as obvious as you would think, that docker desktop has to be installed first, and it is not mentioned anywhere.

Now all seems to be working after figuring that out, except that I get an error that the localhost could not send the chat. That is open in another issue.

Originally created by @tabgab on GitHub (Jun 16, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/74 This looks like a great project, and I am eager to get it going! I have tried installing this on a Ubuntu running in WSL by following the instructions.  ~/anything-llm$ yarn setup 00h00m00s 0/0: : ERROR: \[Errno 2\] No such file or directory: 'setup' Then I tried the exact same workflow after cloning the repo on Mac, and it worked... Why? The next hurdle was the fact, that nothing in the readme mentions that you need to install docker desktop on Mac. This may be self-explanatory to many, but I just followed the instructions, and kept getting the error that the docker daemon was nowhere to be found. Everything else was installed from the command line, so it is not as obvious as you would think, that docker desktop has to be installed first, and it is not mentioned anywhere. Now all seems to be working after figuring that out, except that I get an error that the localhost could not send the chat. That is open in another issue.
yindo closed this issue 2026-02-22 18:17:39 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 16, 2023):

This is probably because of the yarn version or how you installed the yarn you are using. It is possible yarn will not infer run so you just need to yarn run setup and it will then explicitly run the package.json script setup command.

The readme for HOW_TO_USE_DOCKER does explicitly say to install docker and links to their service - so that is handled already! https://github.com/Mintplex-Labs/anything-llm/blob/master/docker/HOW_TO_USE_DOCKER.md#requirements

@timothycarambat commented on GitHub (Jun 16, 2023): This is probably because of the yarn version or how you installed the `yarn` you are using. It is possible yarn will not infer `run` so you just need to `yarn run setup` and it will then explicitly run the `package.json` script `setup` command. The readme for `HOW_TO_USE_DOCKER` does explicitly say to install docker and links to their service - so that is handled already! https://github.com/Mintplex-Labs/anything-llm/blob/master/docker/HOW_TO_USE_DOCKER.md#requirements
Author
Owner

@jhalbrecht commented on GitHub (Jun 19, 2023):

FWIW me too.

yarn run setup failed also
I installed yarn, nodejs, npm with apt on Debian 12 bookworm lxc

jeffa@allm:~/dev/anything-llm$ yarn run setup
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'run'
jeffa@allm:~/dev/anything-llm$

jeffa@allm:~/dev/anything-llm$ yarn --version
0.32+git
jeffa@allm:~/dev/anything-llm$

jeffa@allm:~/dev/anything-llm$ node --version
v18.13.0
jeffa@allm:~/dev/anything-llm$

jeffa@allm:~/dev/anything-llm$ npm --version
9.2.0
jeffa@allm:~/dev/anything-llm$

I Installed corepack then yarn setup ran successfully.

npm i -g corepack

Now I'm learning yarn. (That's a tall tale)

@jhalbrecht commented on GitHub (Jun 19, 2023): FWIW me too. `yarn run setup` failed also I installed yarn, nodejs, npm with apt on Debian 12 bookworm lxc ``` jeffa@allm:~/dev/anything-llm$ yarn run setup 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'run' jeffa@allm:~/dev/anything-llm$ jeffa@allm:~/dev/anything-llm$ yarn --version 0.32+git jeffa@allm:~/dev/anything-llm$ jeffa@allm:~/dev/anything-llm$ node --version v18.13.0 jeffa@allm:~/dev/anything-llm$ jeffa@allm:~/dev/anything-llm$ npm --version 9.2.0 jeffa@allm:~/dev/anything-llm$ ``` I Installed `corepack` then `yarn setup` ran successfully. ``` npm i -g corepack ``` Now I'm learning `yarn`. (That's a tall tale)
yindo changed title from The readme needs work to enable installation by following the instructions. to [GH-ISSUE #74] The readme needs work to enable installation by following the instructions. 2026-06-05 14:33:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#46