-
The python-chess module now uses a different interface for chess.uci. I am willing to make a pull request to update it to the current library standard, if the author of this repository is still 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```
ghost updated
5 years ago
-
Hi.
I compiled version 3.1 for the Raspberry Pi for use with Picochess. When Patricia 3.1 is about to be mated it will return a best move of a1a1 which causes python-chess to crash. I only tested u…
-
### Bug description
I am developing a chess engine with Mojo here: https://github.com/vietanhdev/chess.mojo/blob/96caf7bf3cebe12c626fc049cd4733d095462579/engine.mojo.
My program had a problem using …
-
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/db…
-
To simplify it we could have two python scripts:
lichess.py, chess.py (that might conflict with the chess library tho)
A lot of reference can be found here:
https://github.com/IOKernel/Sangatsu
…
-
I like playing chess with physical pieces, but I want to also analyze my games using stockfish in certain moments. It would be great if I could load the board data into the analysis board section of t…
-
So there are practically no instructions except one line telling you can use it with python-chess but I am not entirely sure how to do so. furthermore, it says AttributeError: module 'chess' has no at…
-
Hi,
This is a bug that I got when I tried to run the script.
D:\Chess\deep-position-analysis> python dpa.py --engine "stockfish2206.exe" --depth 2 'French Poisoned Pawn_Schwarz_2022.pgn' --appen…
-
Would you be able to design a way so that a full board can be rendered in svg? WIkipedia uses this feature for a lot of its chess articles.
Examples for chess:
Python-Chess: https://python-chess…