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

Cannot run the generator #38

Open
RedCuckoo opened this issue Aug 25, 2021 · 0 comments
Open

Cannot run the generator #38

RedCuckoo opened this issue Aug 25, 2021 · 0 comments

Comments

@RedCuckoo
Copy link

How to reproduce:

  1. Clone the repository
  2. Use cargo run in the repository
  3. Observe an error
user@laptop:~/casper-deploy-generator$ cargo run
     Updating crates.io index
 error: failed to select a version for the requirement `crypto-mac = "^0.7"`
 candidate versions found which didn't match: 0.11.1, 0.11.0, 0.10.1, ...
 location searched: crates.io index
 required by package `hmac v0.7.0`
     ... which is depended on by `hmac-drbg v0.2.0`
     ... which is depended on by `libsecp256k1 v0.3.2`
     ... which is depended on by `libp2p-core v0.23.1`
     ... which is depended on by `libp2p v0.29.1`
     ... which is depended on by `casper-node v1.1.1`
     ... which is depended on by `casper-deploy-generator v0.1.0 (/home/user/casper-deploy-generator)

It seems to me that the problem is with the depended package casper node.

So far what I have tried is to change version of this package, but the error still occurs.

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

1 participant