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

Cargo dependency error #3

Open
robin-iotify opened this issue May 9, 2022 · 0 comments
Open

Cargo dependency error #3

robin-iotify opened this issue May 9, 2022 · 0 comments

Comments

@robin-iotify
Copy link

Got the following error when trying to run the streams-gateway. The issue seems similar to this issue in the rust-lang repository, However, rm -rf ~/.cargo/registry didn't seem to fix the issue. I suspect this has to do with changes specific to the iota-client

Please Advise.

root@localhost:~/streams-mqtt-gateway# cargo run --release
    Updating crates.io index
    Updating git repository `https://github.com/iotaledger/iota.rs`
error: failed to get `iota-client` as a dependency of package `iota-streams-app v1.0.1 (https://github.com/iotaledger/streams?branch=chrysalis-2#4c49de00)`
    ... which satisfies git dependency `iota-streams-app` (locked to 1.0.1) of package `iota-streams v1.0.0 (https://github.com/iotaledger/streams?branch=chrysalis-2#4c49de00)`
    ... which satisfies git dependency `iota-streams` (locked to 1.0.0) of package `gateway_core v0.1.0 (https://github.com/iot2tangle/streams-gateway-core?branch=chrysalis#2c4ab316)`
    ... which satisfies git dependency `gateway_core` (locked to 0.1.0) of package `streams-mqtt-gateway v0.1.0 (/root/streams-mqtt-gateway)`

Caused by:
  failed to load source for dependency `iota-client`

Caused by:
  Unable to update https://github.com/iotaledger/iota.rs?branch=dev#30673c4b

Caused by:
  object not found - no match for id (30673c4bb5fd1ba5b5d15e95d652b05491604d94); class=Odb (9); code=NotFound (-3)
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