-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install #150
Comments
Hi there!
Is that Have you tried Until this is resolved: Can you use the binary directly on your operating system? You can download it here: https://github.com/paritytech/substrate-contracts-node/releases/tag/v0.20.0. |
我也碰到同样的问题,但是我的二进制文件是可以运行的。rustc 1.64.0-nightly (848090dcd 2022-07-22) |
same error
|
Look at here: https://stackoverflow.com/questions/66583720/some-error-failed-to-run-custom-build-command-for-librocksdb-sys-v6-11-4 Probably you need to execute: |
Hey when I try to install this node I run
cargo install contracts-node --git https://github.com/paritytech/substrate-contracts-node.git --force --locked
I get '29 errors' and most of them look like this:
type Call = Call;
| ^^^^^^^^^^^^^^^^^ not a member of trait
frame_system::Config
error[E0437]: type
Event
is not a member of traitframe_system::Config
--> /Users/kk/.cargo/git/checkouts/substrate-contracts-node-cf7c16677784d274/8d76d04/runtime/src/lib.rs:187:2
|
187 | type Event = Event;
| ^^^^^^^^^^^^^^^^^^^ not a member of trait
frame_system::Config
error[E0437]: type
Event
is not a member of traitpallet_balances::Config
--> /Users/kk/.cargo/git/checkouts/substrate-contracts-node-cf7c16677784d274/8d76d04/runtime/src/lib.rs:251:2
|
251 | type Event = Event;
| ^^^^^^^^^^^^^^^^^^^ not a member of trait
pallet_balances::Config
I have tried multiple different versions of rust and different tags of the contracts-node and I can't seem to find a fit. I am running the most up to date rust toolchain and v0.20.0 of the contracts-node.
I am new to this plz go easy on me thanks
The text was updated successfully, but these errors were encountered: