nickzuber/chs

FileNotFoundError

Closed this issue · 3 comments

When I try to run chs it only comes back with a "Uncaught error "FileNotFoundError", exiting the app.

made it work by manually specifying the path to my local copy of stockfish in stockfish.py

Yeah I have this error as well

huytd commented

OK, for those who got this error, we need to specify the full path to stockfish in stockfish.py.

On a Mac, it should be /usr/local/bin/stockfish (if you installed the engine from brew)