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

Unable to install Vespa version 8.334.22, dependencies not found #31083

Closed
yriveiro opened this issue Apr 29, 2024 · 2 comments
Closed

Unable to install Vespa version 8.334.22, dependencies not found #31083

yriveiro opened this issue Apr 29, 2024 · 2 comments
Assignees
Milestone

Comments

@yriveiro
Copy link

Describe the bug
Vespa version 8.334.22 rpm is pointing to non-existing version of packages jllama and onnxruntime

To Reproduce
Steps to reproduce the behavior:

  1. Install Vespa
[root@33a062b3c536 ffuser]# microdnf install -y --nobest vespa-8.334.22
error: Could not depsolve transaction; 1 problem detected:
 Problem: package vespa-8.334.22-1.el9.x86_64 from vespa-farfetch-rpm-epel requires vespa-libs = 8.334.22-1.el9, but none of the providers can be installed
  - conflicting requests
  - nothing provides vespa-jllama = 3.0.0 needed by vespa-libs-8.334.22-1.el9.x86_64 from vespa-farfetch-rpm-epel
  - nothing provides vespa-onnxruntime = 1.17.1 needed by vespa-libs-8.334.22-1.el9.x86_64 from vespa-farfetch-rpm-epel
  1. As we can see the only available version is 1.17.3 and not 1.17.1 for onnxruntime and 3.0.1 for jllama
[root@33a062b3c536 ffuser]# microdnf repoquery vespa-onnxruntime
vespa-onnxruntime-1.17.3-1.el9.src
vespa-onnxruntime-1.17.3-1.el9.x86_64

[root@33a062b3c536 ffuser]# microdnf repoquery vespa-jllama
vespa-jllama-3.0.1-1.el9.src
vespa-jllama-3.0.1-1.el9.x86_64
vespa-jllama-3.0.1-2.el9.src
vespa-jllama-3.0.1-2.el9.x86_64
  1. Reviewing the spec file of Git tag 8.334.22, indeed the packages required are the ones miss.

Requires: vespa-jllama = 3.0.0

Expected behavior
microdnf install -y vespa install Vespa without errors

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: Almalinux
  • Infrastructure: Docker
  • Versions: 9.3

Vespa version
8.334.22

@hmusum hmusum changed the title Unable to install Vespa version 0.334.22, dependencies not found Unable to install Vespa version 8.334.22, dependencies not found Apr 29, 2024
@hmusum
Copy link
Member

hmusum commented Apr 29, 2024

This is a known issue and is being worked on, hopefully we will have a working release out tomorrow.

@geirst geirst added this to the soon milestone Apr 30, 2024
@hmusum
Copy link
Member

hmusum commented May 1, 2024

Vespa 8.337.85 is out now, dependencies seem to be updated and resolve correctly:

# rpm -qa | grep -E 'vespa-8|llama|onnx' vespa-onnxruntime-1.17.3-1.el8.aarch64 vespa-8.337.85-1.el8.aarch64 vespa-jllama-3.0.1-2.el8.aarch64

@hmusum hmusum closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants