简体   繁体   English

如何解决 Solana 自定义 spl 令牌创建错误

[英]How to solve Solana custom spl token create error

When I run cargo install spl-token-cli on my server for create spl token, I am getting error.当我在我的服务器上运行cargo install spl-token-cli以创建 spl 令牌时,出现错误。

What is problem?什么是问题? I can't find solution.我找不到解决方案。 what is solution?什么是解决方案?

截屏

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.啊,这似乎是 tiny-bip39 0.8.0 版中的一个问题: https://github.com/maciejhirsz/tiny-bip39/issues/30 ,因此我们必须将solana-clap-utils库更新为使用 0.8.1 来解决这个问题。

In the meantime, this works on my machine using Rust 1.54.0, can you revert your Rust version and try again?与此同时,这在我的机器上运行,使用 Rust 1.54.0,你能恢复你的 Rust 版本再试一次吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM