Auto install is buggy and broken #99
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
in progress
In development currently - is being worked on
Milestone
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 aPOPCNT
precompiled binary instead of a source install. Using a self-compiled binary would allow supported computers to use the fasterAVX2
binaries if compatible. If no self-compilation is possible due to the requirements forMSYS32
on Windows, then a check to determineAVX2
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 asetup.py
file: attempt to fix this.The text was updated successfully, but these errors were encountered: