Closed Sudz24 closed 2 years ago
Hi,
I tried installing the latest packages as mentioned in the demo-rgb.sh, however I get this error while trying to use the installed CLI.
'rgb20 binary not found: Os { code: 2, kind: NotFound, message: "No such file or directory" }'
Can you help me understand why this is happening? I can see the binaries under /.cargo/bin but maybe it's not installed correctly?
Thank you
the issue is related to the usage of bindeps, as already discussed here. using the instructions from https://github.com/LNP-BP/nodes/pull/4 should solve your issue
bindeps
Closing as duplicate of #4
Hi,
I tried installing the latest packages as mentioned in the demo-rgb.sh, however I get this error while trying to use the installed CLI.
'rgb20 binary not found: Os { code: 2, kind: NotFound, message: "No such file or directory" }'
Can you help me understand why this is happening? I can see the binaries under /.cargo/bin but maybe it's not installed correctly?
Thank you