Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Unable to build docker container from source (No matching distribution found for install==1.3.5) #149

Closed
danielbarillo opened this issue Aug 5, 2024 · 1 comment · Fixed by #150
Labels
possible bug unconfirmed bug report

Comments

@danielbarillo
Copy link

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-admin which crashes with the following error:

5.688 ERROR: Could not find a version that satisfies the requirement install==1.3.5 (from versions: none)
5.688 ERROR: No matching distribution found for install==1.3.5

failed to solve: process "/bin/sh -c cd /app/document-processor &&     python3 -m virtualenv v-env &&     . v-env/bin/activate &&     pip install --no-cache-dir -r requirements.txt" did not complete successfully: exit code: 1

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.5 to pip-install==1.3.5 in /document-processor/requirements.txt

With 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

@danielbarillo danielbarillo added the possible bug unconfirmed bug report label Aug 5, 2024
@3x3cut0r
Copy link
Contributor

3x3cut0r commented Aug 6, 2024

same issue here. i created a pull requrest to fix the requirements.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug unconfirmed bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants