We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just started a new project using npx solana-create-dapp but I`m unable to do a anchor build due to an issue to download "platform-tools".
ERROR cargo_build_sbf] Failed to install platform-tools: HTTP status client error (404 Not Found) for url (https://github.com/anza-xyz/platform-tools/releases/download/v1.42/platform-tools-osx-x86_64.tar.bz2)
I checked that github and the file name is wrong for that version, there isn't a file like that for x86_64 (1.41 has one but not 1.42).
My solana version is: solana-cli 2.0.16 anchor version is: 0.30.1 (I tried 0.30.0) Cargo 1.81.0
Apperently cargo is looking for the wrong file in that repository.
The text was updated successfully, but these errors were encountered:
This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave
Sorry, something went wrong.
No branches or pull requests
Problem
I just started a new project using npx solana-create-dapp but I`m unable to do a anchor build due to an issue to download "platform-tools".
ERROR cargo_build_sbf] Failed to install platform-tools: HTTP status client error (404 Not Found) for url (https://github.com/anza-xyz/platform-tools/releases/download/v1.42/platform-tools-osx-x86_64.tar.bz2)
I checked that github and the file name is wrong for that version, there isn't a file like that for x86_64 (1.41 has one but not 1.42).
My solana version is: solana-cli 2.0.16
anchor version is: 0.30.1 (I tried 0.30.0)
Cargo 1.81.0
Proposed Solution
Apperently cargo is looking for the wrong file in that repository.
The text was updated successfully, but these errors were encountered: