Skip to content
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

failed to select a version for substrate-client which could resolve this conflict #79

Closed
dhruvingbc opened this issue Nov 12, 2019 · 3 comments

Comments

@dhruvingbc
Copy link

I am following this tutorial.

./scripts/init.sh works fine.

When I try to run cargo build --release, I get this error.

error: failed to select a version for `substrate-client`.
    ... required by package `super-runtime v2.0.0 (/Users/dhruvinparikh/blockx-labs/recipes/kitchen/runtimes/super-runtime)`
    ... which is depended on by `kitchen-node v2.0.0 (/Users/dhruvinparikh/blockx-labs/recipes/kitchen/node)`
versions that meet the requirements `*` are: 2.0.0

the package `super-runtime` depends on `substrate-client`, with features: `std` but `substrate-client` does not have these features.


failed to select a version for `substrate-client` which could resolve this conflict
@JoshOrndorff
Copy link
Owner

JoshOrndorff commented Nov 12, 2019

Seems the underlying Substrate API changed in paritytech/substrate#4086

We'll need to make the corresponding changes in the recipes node

@JoshOrndorff
Copy link
Owner

Solved in #80

@dhruvingbc
Copy link
Author

Thank you. Works like a charm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants