ra25 can't find file
Closed this issue · 3 comments
I recently reinstalled everything starting with Go 1.13.5 and then rebuilt ra25. Now when I go to run ra25 I get the following message, despite the fact that the “missing" file is in the same directory as the binary. Ra25 opens, but when I try to initialize it, it crashes. Is it a problem with the path? I get the same problem when I try to run the binary from the ra25 examples folder. It used to work before I reinstalled a version of go that uses go.mod.
(base) StephenReadsMBP:~ read$ /Users/read/go/bin/ra25 ; exit;
2020/01/12 16:25:48 open random_5x5_25.tsv: no such file or directory
2020/01/12 16:25:48 open random_5x5_25.tsv: no such file or directory
OpenGL version 4.1 INTEL-12.10.14
(base) StephenReadsMBP:~ read$ /Users/read/go/bin/ra25 ; exit;
that looks like you're running the installed executable from the go bin directory -- try running the ./ra25 executable from "go build" in the examples/ra25 dir.