Failed to build Move modules: Failed to resolve dependencies for package ‘hello_world’
Caused by:
0: Parsing manifest for ‘Sui’
1: The system cannot find the path specified. (os error 3).
this is the error i get everytime i try run sui move build
Failed to build Move modules: Failed to resolve dependencies for package ‘hello_world’
Caused by:
0: Parsing manifest for ‘Sui’
1: The system cannot find the path specified. (os error 3).
this is the error i get everytime i try run sui move build
Would you mind sharing the Move.toml file for the project you are attempting to build + the output of sui --version
?
Can you also share the Sui CLI version? sui -V
There are a few things you can try.
sui
binary by downloading it from the GitHub release page. We had some issues with choco releases, so the version there is old. Releases · MystenLabs/sui · GitHub.build
and Move.lock
file in the project’s root folder.sui move build
&& sui move publish
from Powershell.git config --system core.longpaths true
to change the global config.Can you use a newer version? Choco is not updated with the last version yet
https://github.com/MystenLabs/sui/releases/download/testnet-v1.31.1/sui-testnet-v1.31.1-windows-x86_64.tgz
because i just tried the version 1.31
Those seem to be some warnings, you can ignore them. May I ask what is the reason for building from source instead of using the binary? Do you have an ARM windows machine?
wsl
was installing with ubuntu