英文:
Error trying to create seahorse init project, anchor init failed
问题
我正在尝试使用 Seahorse 在 Solana 中创建一个新项目,但我遇到了这个问题
seahorse init project
我尝试更新了所有内容,但问题仍然存在。我已经安装了 Anchor,并且我正在使用 Windows 10
英文:
I'm trying to create a new project in Solana with seahorse but I have this issue
seahorse init project
I tried updating everything but still having the same problem.
I already have anchor installed and I'm using Windows 10
答案1
得分: 0
你不能在Windows上运行Anchor。尝试安装WSL(Windows子系统用于Linux)。
在Visual Studio的左上角,点击远程连接,然后尝试再次运行该命令。Solana BPF编译器在Windows上不起作用,而Anchor在底层使用了它。
英文:
You can't run anchor on Windows. Try installing WSL (windows subsystem for linux).
Go to the left corner of visual studio, press on remote connection, and try running the command again. The Solana BPF compiler doesn't work on Windows and Anchor uses that under the hood.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论