so-much-meta / lczero_tools

Utilities for experimenting with leela-chess-zero
GNU General Public License v3.0
42 stars 22 forks source link

Not compatible with latest version of python-chess #7

Open ghost opened 5 years ago

ghost commented 5 years ago

The newest version of python-chess seems to break this.

For anyone looking to get things working, uninstall python-chess and install 0.23.10: pip3 install python-chess==0.23.10

reidmcy commented 5 years ago

You can make it compatible with the new version by changing one line, see here