You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARCH=$(uname -m)
case "$ARCH" in
x86_64) ARCH="amd64" ;;
aarch64|arm64) ARCH="arm64" ;;
*) error "Unsupported architecture: $ARCH" ;;
esac
but the actual download is directly downloaded regardless of the schema:
The downloaded files are all nexa-0.0.9.7-linux-cpu.tar.gz
So I ended up with an x86-64 on my aarch64 machine,it should be arm64
file /opt/nexa-linux-cpu/nexa-linux-cpu
/opt/nexa-linux-cpu/nexa-linux-cpu: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8485f6953c06d12b9865185ba3466fdbf9b4a65c, for GNU/Linux 2.6.32, stripped
OS
No response
Python Version
No response
Nexa SDK Version
No response
GPU (if using one)
No response
The text was updated successfully, but these errors were encountered:
Question or Issue
In the install.sh file, ARCH are distinguished:
but the actual download is directly downloaded regardless of the schema:
The downloaded files are all nexa-0.0.9.7-linux-cpu.tar.gz
So I ended up with an x86-64 on my aarch64 machine,it should be arm64
OS
No response
Python Version
No response
Nexa SDK Version
No response
GPU (if using one)
No response
The text was updated successfully, but these errors were encountered: