mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[BUG]: Unable to build docker container from source (No matching distribution found for install==1.3.5) #240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danielbarillo on GitHub (Aug 5, 2024).
How are you running VectorAdmin?
Docker (local)
What happened?
After setting up a local postgresql container I'm running
docker-compose up -d --build vector-adminwhich crashes with the following error:I'm not very familiar with the packages required for the document processor but I searched on PyPi for the package and it seems that it has changed name, so...
Possible solution:
Change
install==1.3.5topip-install==1.3.5in/document-processor/requirements.txtWith that change the build was successful and now everything is running, but this is my first time testing the application so I will have to poke around to see if it's working as intended
Are there known steps to reproduce?
Build the docker containers from source as described in the readme
@3x3cut0r commented on GitHub (Aug 6, 2024):
same issue here. i created a pull requrest to fix the requirements.txt.