maxpumperla / betago

BetaGo: AlphaGo for the masses, live on GitHub.
http://maxpumperla.github.io/betago
MIT License
680 stars 162 forks source link

Created a conda environment file for a working copy #50

Closed arushi-bhatt closed 6 years ago

arushi-bhatt commented 7 years ago

Hi betago team :)

I was trying to get the repo working but after experimenting with the python3 environment I realized that there are some encoding issues and after starting the flask server the following error was being raised

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x89 in position 0: invalid start byte

After this, I realised that perhaps it's related to a python versioning issue and thus I created a python2 environment called betagopy2 and the package was working fine then. Please do consider adding a conda environment file for this one.

Awesome work :+1:

maxpumperla commented 6 years ago

thank you!

maxpumperla commented 6 years ago

(and I'm very sorry I missed this PR for almost a year...)