2

我正在尝试在本地运行 Solana rust hello world 示例(https://github.com/solana-labs/example-helloworld)。我阅读了自述文件,但“启动本地 Solana 集群”步骤 ( https://github.com/solana-labs/example-helloworld#start-local-solana-cluster ) 对我不起作用。我收到thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', validator/src/bin/solana-test-validator.rs:294:71错误。

我的 solana-test-validator 版本是 1.7.9

这是我的config.yml文件:

Config File: /home/work/.config/solana/cli/config.yml
RPC URL: http://127.0.0.1:8899 
WebSocket URL: ws://127.0.0.1:8900/ (computed)
Keypair Path: /home/work/.config/solana/id.json 
Commitment: confirmed

你知道有什么问题吗?或者我应该修复/检查什么?

4

2 回答 2

4

我通过安装这样的稳定​​版本解决了这个问题:sh -c "$(curl -sSfL https://release.solana.com/stable/install)"

于 2021-08-04T10:38:48.917 回答
0

尝试 cd 进入 solana 目录中的验证器文件夹,然后运行 ​​./solana-test-validator

于 2021-12-13T04:56:30.937 回答