niklasf / python-chess

A chess library for Python, with move generation and validation, PGN parsing and writing, Polyglot opening book reading, Gaviota tablebase probing, Syzygy tablebase probing, and UCI/XBoard engine communication
https://python-chess.readthedocs.io/en/latest/
GNU General Public License v3.0
2.4k stars 526 forks source link

AttributeError: 'Board' object has no attribute 'see'. #1107

Closed iHopist closed 5 days ago

iHopist commented 1 week ago

Can't make it work

niklasf commented 1 week ago

This will need much more context. What are you trying to do? What have you tried so far? What results did you expect and what happened instead?

9acca9 commented 1 week ago

'see' is not a attribute of "board" it seems.