-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed as not planned
Description
I'm trying to install Anchor using AVM. Both are installed from scratch.
docker run --interactive --tty --rm --platform=linux/arm64 ubuntu
# Let's assume Rust and all other required tools are already installed
cargo install --git https://github.com/coral-xyz/anchor avm --force
avm --version # avm 0.31.1
avm install latest
# Error: Failed to download the binary for version `0.31.1` (status code: 404 Not Found)
avm install latest --from-source
# error: binary `anchor` already exists in destination
# Add --force to overwrite
# Error: Failed to install 0.31.1, is it a valid version?
avm install latest --from-source --force
# error: binary `anchor` already exists in destination
# Add --force to overwrite
# Error: Failed to install 0.31.1, is it a valid version?
Metadata
Metadata
Assignees
Labels
No labels