Open ghost opened 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
pip3 install python-chess==0.23.10
You can make it compatible with the new version by changing one line, see here
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