paritytech / substrate-contracts-node

Minimal Substrate node configured for smart contracts via pallet-contracts.
The Unlicense
124 stars 145 forks source link

Installation fails for v0.6.0 #38

Closed bidzyyys closed 2 years ago

bidzyyys commented 2 years ago

Following the tutorial, installation fails:

cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag v0.6.0 --force --locked

Rust info:

Default host: x86_64-apple-darwin

installed toolchains
stable-x86_64-apple-darwin (default)
nightly-x86_64-apple-darwin
1.46.0-x86_64-apple-darwin

active toolchain
stable-x86_64-apple-darwin (default)
rustc 1.59.0 (9d1b2106e 2022-02-23)
cmichi commented 2 years ago

@bidzyyys Could you try cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --tag v0.8.0 --force --locked please?

Also: We have binary releases available at https://github.com/paritytech/substrate-contracts-node/releases/tag/v0.8.0, there's one for Mac as well.

Sorry about that, we have https://github.com/substrate-developer-hub/substrate-docs/pull/873 to update the tutorial, but it hasn't been merged yet.

cmichi commented 2 years ago

I'm closing this issue, feel free to reopen if you didn't get it to work!