pachi-py
pachi-py copied to clipboard
Python wrappers for Pachi. Contains a modified version of the bleeding-edge Pachi source code.
subprocess.CalledProcessError: Command 'cd pachi_py; mkdir -p build && cd build && cmake ../pachi && make -j4' returned non-zero exit status 127. I am receiving the same error, with the final...
Hello, while installing `pachi-py` via pip on Windows 10 I get [this ](https://gist.github.com/FlashTek/fc3351b9500b17d0ddea262b48a118de) error message. The German error message `Das System kann den angegebenen Pfad nicht finden.` can be translated...
Comments refer to 9b13f2b62733cf455747b5bba7c4bf8cab3f4d10 : The 'list(APPEND CMAKE_C_FLAGS "-std=c99")' line in pachi_py/pachi/CMakelists.txt causes cmake to emit a semi-colon before that part, breaking the build (ie ``` make VERBOSE=1 /usr/bin/cmake -H/usr/src/machinelearning/pachi-py/pachi_py/pachi...