This is the bug in the old python-chess lib (in later versions it is fixed)
Python package:
python-chess==0.22.1
Python Chess is installed:
/usr/local/lib/python3.X/dist-packages/chess
Error in python-chess file uci.py (for tournament setting)
def go…
Bug fix:
if movestogo is not None and int(movestogo) > 0:
Instead of
if movestogo is not None and movestogo > 0:
--
You received this message because you are subscribed to a topic in the Google Groups "PicoChess" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/picochess/Fx7tQ5LIg4o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to picochess+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/picochess/f5f9f36e-e558-4f5d-aaf9-f72fd299ec54n%40googlegroups.com.