pysc2-examples icon indicating copy to clipboard operation
pysc2-examples copied to clipboard

run on the windows 7.

Open alexpantyukhin opened this issue 6 years ago • 2 comments

Hi! I tried to run it on the windows 7. But got the problem that I can't install git+https://github.com/openai/baselines (it fails during installing atari-py). Did someone win it?

alexpantyukhin avatar Nov 08 '17 14:11 alexpantyukhin

You can remove atari as a dependency from baseline's setup.py. I don't know if it breaks somethings in run-time but I was able to run the examples in this repo.

harshg0910 avatar Nov 09 '17 04:11 harshg0910

I fixed this by cloning atari-py, at

https://github.com/openai/atari-py

then doing

pip install -e .

skaematik avatar Nov 21 '17 14:11 skaematik