-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Install spl-token-cli v4.0.0 failed #7043
Comments
Thanks for reporting the issue! I confirm that I can reproduce this, something's going wrong when using all of the highest dependencies |
In the meantime, if you want to build from source, you can clone this repo, go to |
Building from source is successful, thanks |
I seem to get the same problem anchor-cli 0.30.1 (building from source as per above worked)
|
This is strange, since the latest version (4.0.0) for SPL Token CLI uses SPL Token Group Interface 0.3.0. This shouldn't be pulling in 0.2.3 of the interface. Can you try with Agave/Solana CLI > 2.0? SPL Token CLI 4.0.0 is technically not compatible with 1.18. |
I spent a little time on this, and I was able to get it to work when explicitly specifying the 2.0.3 versions of the Solana crates, so I'm going to bump spl-token-cli to a new patch version and publish it, which should fix the issue. I'll update here when that's done |
This should work now, thanks for your patience! Edit: with spl-token-cli 4.0.1, I mean. 4.0.0 is still broken |
I'm using
cargo install spl-token-cli
to install token-cli, but I got error belowhow to fix this problem?
The text was updated successfully, but these errors were encountered: