Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.45k stars 2.76k forks source link

[BUG]: install was renamed to pip-install #2669

Closed Trisogene closed 12 hours ago

Trisogene commented 20 hours ago

How are you running AnythingLLM?

Docker (local)

What happened?

In the docker local version when you do $ docker-compose up -d --build You are gonna get the error No matching distribution found for install==1.3.5

This is because the install package was renamed to pip-install It should be changed in the requirements.tsx

Are there known steps to reproduce?

No response

timothycarambat commented 12 hours ago

Wrong repo? We dont have pip or python anywhere in our Dockerfile or even a requirements.txt?