0

When I run cargo install spl-token-cli on my server for create spl token, I am getting error.

What is problem? I can't find solution. what is solution?

screenshot

yangli-io
  • 16,760
  • 8
  • 37
  • 47
Lovely
  • 306
  • 2
  • 12

1 Answers1

0

Ah, this seems like an issue in version 0.8.0 of tiny-bip39: https://github.com/maciejhirsz/tiny-bip39/issues/30, so we'll have to update the solana-clap-utils library to use 0.8.1 to fix this.

In the meantime, this works on my machine using Rust 1.54.0, can you revert your Rust version and try again?

Jon C
  • 7,019
  • 10
  • 17