Hacking3DPrinters / robotic-chess

An AI-powered chess playing robot.
https://github.com/Hacking3DPrinters/robotic-chess/wiki
MIT License
1 stars 2 forks source link

Auto install is buggy and broken #99

Open HippoProgrammer opened 4 months ago

HippoProgrammer commented 4 months ago

There is no clear way to install for Windows. The lack of git on Windows means that the current README is wrong, and installation instructions for Python are lacking for both OSes.

In addition, the binaries for stockfish must be installed via a .zip file with a POPCNT precompiled binary instead of a source install. Using a self-compiled binary would allow supported computers to use the faster AVX2 binaries if compatible. If no self-compilation is possible due to the requirements for MSYS32 on Windows, then a check to determine AVX2 compatibility would be helpful, or even a selector with a reference list for manual installation would be helpful.

Also, the .whl files are broken on all OSes, as they do not come with packaged stockfish or a setup.pyfile: attempt to fix this.