sui icon indicating copy to clipboard operation
sui copied to clipboard

the trait bound `T: fastcrypto::hash::Hash<32>` is not satisfied

Open chrisyy2003 opened this issue 3 years ago • 0 comments

Steps to Reproduce Issue

  1. first when i sui move build it show that
Failed to verify the Move module, reason: "Sui framework version mismatch detected.Make sure that you are using a GitHub dep in your Move.toml:[dependencies]\n                    Sui = { git = \"https://github.com/MystenLabs/sui.git\", subdir = \"crates/sui-framework\", rev = \"devnet\" }\n`                   If that does not fix the issue, your `sui` binary is likely out of date--try cargo install --locked --git https://github.com/MystenLabs/sui.git --branch devnet sui".

image 2. I try to reinstall the sui, but it shows image

Expected Result

install sui binary successfully

System Information

  • OS: macos intel i5
  • Compiler: cargo 1.66.0-nightly (b332991a5 2022-10-13)

chrisyy2003 avatar Oct 23 '22 13:10 chrisyy2003