minigo
minigo copied to clipboard
Is it possible to install minigo on windows 10?
Is minigo ready for windows 10 ?
We haven't tested it, but it should. Minigo is all python, so it should run on all platforms.
We don't have a binary that we distribute, so it will involve setting up a python development environment; there's the official python docs and this looks like a good writeup for how to use virtualenv
.
Please note though that i haven't tested the instructions on either! :) If you try it, would you let us know how it works?
I think we'd love to support being able to play the model in a Windows 10 environment. For training + self play, we'll probably just support Linux since we're planning on running this on the Cloud.
virtualenvwrapper-win can only be installed with python2.7, but not with python3.5 and python 3.6. Anyway, I just setup ubuntu system for minigo for now.
@tommadams has been doing work on getting this to compile on windows (see #580 ), and this looks like as good a bug as any to track that work. Re-opening!