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

snap installer for djlbench doesn't work for arm64 platform #1532

Open
snadampal opened this issue Feb 6, 2024 · 0 comments
Open

snap installer for djlbench doesn't work for arm64 platform #1532

snadampal opened this issue Feb 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@snadampal
Copy link

Description

(A clear and concise description of what the bug is.)
can't install djlbench on aarch64/arm64 Ubuntu platform using snap installer.
However, it can be installed by explicitly downloading the .deb package from djl.

Expected Behavior

(what's the expected behavior?)

snap install supported for aarch64 linux as well.

Error Message

(Paste the complete error message, including stack trace.)

$ sudo snap install djlbench --classic
error: snap "djlbench" is not available on stable for this architecture (arm64) but exists on other
       architectures (amd64).

How to Reproduce?

(If you developed your own code, please provide a short script that reproduces the error. For existing examples, please provide link.)

Steps to reproduce

(Paste the commands you ran that produced the error.)

  1. $ sudo snap install djlbench --classic

What have you tried to solve it?

  1. debian package download and install works
curl -O https://publish.djl.ai/djl-bench/0.25.0/djl-bench_0.25.0-1_all.deb
sudo dpkg -i djl-bench_0.25.0-1_all.deb
@snadampal snadampal added the bug Something isn't working label Feb 6, 2024
zachgk added a commit to zachgk/djl-serving that referenced this issue Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant