subtensor icon indicating copy to clipboard operation
subtensor copied to clipboard

./target/release/subtensor: No such file or directory

Open GuiFlam opened this issue 1 year ago • 1 comments

Describe the bug

After building with the command : cargo build --release And running the build with : ./target/release/subtensor --dev, I get the error: -bash: ./target/release/subtensor: No such file or directory. When I looked in the /target/release folder, there is no subtensor file, but there is a node-subtensor file.

To Reproduce

build with the command cargo build --release run the build with the command ./target/release/subtensor --dev

Expected behavior

The build should be successful

Screenshots

No response

Environment

Linux Ubuntu

Additional context

No response

GuiFlam avatar Mar 24 '24 14:03 GuiFlam

Hey @GuiFlam !

Thanks for reaching out . The our docs for running this locally were temporarily out of sync , and its been fixed here: https://github.com/opentensor/subtensor/pull/316 .

Please try it out and let us know how you get along

distributedstatemachine avatar Apr 12 '24 20:04 distributedstatemachine