You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dby@dorons-imac sunfish-master % tools/fancy.py -cmd ./sunfish.py
Traceback (most recent call last):
File "/Users/dby/Downloads/sunfish-master/tools/fancy.py", line 284, in
asyncio.run(main())
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/dby/Downloads/sunfish-master/tools/fancy.py", line 234, in main
engine = await load_engine_from_cmd(args.cmd, debug=args.debug)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/dby/Downloads/sunfish-master/tools/fancy.py", line 40, in load_engine_from_cmd
_, engine = await chess.engine.popen_uci(cmd.split())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chess/engine.py", line 2681, in popen_uci
await protocol.initialize()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chess/engine.py", line 1429, in initialize
return await self.communicate(UciInitializeCommand)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chess/engine.py", line 1094, in communicate
return await command.result
^^^^^^^^^^^^^^^^^^^^
chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 127)
The text was updated successfully, but these errors were encountered:
tools/fancy.py -cmd ./sunfish.py
Python 3.11.2
macOS Monterey
Output :
dby@dorons-imac sunfish-master % tools/fancy.py -cmd ./sunfish.py
Traceback (most recent call last):
File "/Users/dby/Downloads/sunfish-master/tools/fancy.py", line 284, in
asyncio.run(main())
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/Users/dby/Downloads/sunfish-master/tools/fancy.py", line 234, in main
engine = await load_engine_from_cmd(args.cmd, debug=args.debug)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/dby/Downloads/sunfish-master/tools/fancy.py", line 40, in load_engine_from_cmd
_, engine = await chess.engine.popen_uci(cmd.split())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chess/engine.py", line 2681, in popen_uci
await protocol.initialize()
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chess/engine.py", line 1429, in initialize
return await self.communicate(UciInitializeCommand)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/chess/engine.py", line 1094, in communicate
return await command.result
^^^^^^^^^^^^^^^^^^^^
chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 127)
The text was updated successfully, but these errors were encountered: