iamjarret / pystockfish

Implements an easy-to-use Engine class to integrates the Stockfish chess engine with Python
GNU General Public License v3.0
30 stars 13 forks source link

Pystockfish incompatible with ipython notebook #5

Open iamjarret opened 9 years ago

iamjarret commented 9 years ago

Error instantiating Engine object using iPython notebook.

engine = Engine(depth=20)

OSError: [Errno 2] No such file or directory

gj84 commented 8 years ago

it seems to be a subprocess issue, have you tried to reproduce the problem recently? I have no problem instantiating on ipython notebook