Closed Zeks closed 2 years ago
Thank you! I was able to build a local instance but I ran into two problems that might be helpful to have in the building troubleshooting section: 1) when you run it from target/release you get
15:39:38.155207 src/main.rs:561 converting to mjai events...
Error: failed to canonicalize akochan_dir path "akochan"
This is solved by running it from the root directory like ./target/release/akochan-reviewer
2) it fails to find libai which is solved by prepending LD_LIBRARY_PATH to the command:
LD_LIBRARY_PATH=/home/zeks/akochan-reviewer/akochan ./target/release/akochan-reviewer -i logs/logfile.json -a 3
docker version doesn't work with: