Skip to content

Does the Python-chess library work in a 32-bit installation of Python 3.12? #1059

Answered by niklasf
VladimirMishka asked this question in Q&A
Discussion options

You must be logged in to vote

The core module (import chess) of this library should be completely platform and architecture independent.

There are some caveats for other modules:

  • chess.gaviota, chess.syzygy and chess.polyglot map tablebase and opening book files into memory. The maximum size may be limited on 32 bit platforms.
  • chess.engine spawns processes. So the operating system needs to support that, and the engine executables need to be compatible.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VladimirMishka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants