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
Description:
I encountered issues when running anchor build and anchor deploy commands even after
successfully installing Anchor using Cargo with the following command: cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli --force
I also tried to install Anchor using avm install latest, which failed with an error related to the
Box<> type from the times package.
A few months ago, I successfully installed Anchor using avm install latest on another laptop,
and everything worked properly without any issues.
Steps to Reproduce:
Observe the errors.
Expected Behavior:
The anchor build and anchor deploy commands should execute successfully without any
errors after a successful installation of Anchor.
Environment:
• Anchor Version: 0.30.1
anchor 0.28.0 is not installed with avm. Installing...
This means you have set toolchain.anchor_version to 0.28.0, which overrides your anchor deploy command to use that version, and the installation fails due to #3126. See "Note" section of #3143 for more info.
Description:
I encountered issues when running anchor build and anchor deploy commands even after
successfully installing Anchor using Cargo with the following command:
cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli --force
I also tried to install Anchor using avm install latest, which failed with an error related to the
Box<> type from the times package.
A few months ago, I successfully installed Anchor using avm install latest on another laptop,
and everything worked properly without any issues.
Steps to Reproduce:
cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli --force
anchor build
andanchor deploy
.Expected Behavior:
The anchor build and anchor deploy commands should execute successfully without any
errors after a successful installation of Anchor.
Environment:
• Anchor Version: 0.30.1
• Installation Method: Cargo, GitHub (via
cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli --force
)• Operating System: WSL Ubuntu 22.04.4
The text was updated successfully, but these errors were encountered: