Hi there
I tried to generate a happ with RAD-Tools-Phase-2:
$ git clone https://github.com/holochain/RAD-Tools-Phase-2.git
$ nix-shell
$ npm i
$ npm run happ:generate
but it ends with this error:
Updating git repository
https://github.com/holochain/holochain-anchors
error: failed to select a version for the requirementfutures = "= 0.3.5"
candidate versions found which didnāt match: 0.3.16, 0.3.15, 0.3.14, ā¦
location searched: crates.io index
required by packageholochain_core_types v0.0.49-alpha1
ā¦ which is depended on byhdk v0.0.49-alpha1
ā¦ which is depended on byzome v0.1.0 (/home/admin/RAD-Tools-Phase-2/happ/dna-src/zomes/zome/code)
Error: Couldnāt traverse DNA in directory ā/home/admin/RAD-Tools-Phase-2/happ/dna-srcā: command CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && cargo build --release --target=wasm32-unknown-unknown --target-dir=$CARGO_TARGET_DIR was not successful
What should I do?