nilsherzig / LLocalSearch

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.
Apache License 2.0
5.67k stars 362 forks source link

Installation not working #115

Open alsoasnerd opened 5 months ago

alsoasnerd commented 5 months ago

I tried to reinstall LLocalsearch and I'm getting this error

=> ERROR [backend 3/3] RUN go install github.com/cosmtrek/air@latest 4.5s

[backend 3/3] RUN go install github.com/cosmtrek/air@latest: 4.041 go: downloading github.com/cosmtrek/air v1.52.2 4.368 go: github.com/cosmtrek/air@latest: version constraints conflict: 4.368 github.com/cosmtrek/air@v1.52.2: parsing go.mod: 4.368 module declares its path as: github.com/air-verse/air 4.368 but was required as: github.com/cosmtrek/air

failed to solve: process "/bin/sh -c go install github.com/cosmtrek/air@latest" did not complete successfully: exit code: 1 make: *** [Makefile:32: build-dev] Error 17