pysc2
pysc2 copied to clipboard
macOS 10.15.2 python -m pysc2.bin.agent --map Simple64 not work well
In macOS 10.15.2 I install pysc2 from Git. when I ran "python -m pysc2.bin.agent --map Simple64", the SCII window shown, but the pygame window did not show anything and it is blank.
In macOS 10.15.2 I install pysc2 from Git. when I ran "python -m pysc2.bin.agent --map Simple64", the SCII window shown, but the pygame window did not show anything and it is blank.
![]()
Have you found the solution?
I believe you need to install Xserver (e.g. Qartz) to make it work as pygame heavily relies on it.
After I install Xserver, the problem is still not fixed.
Same problem with you. Did you got this error:
pygame.error:Unable to make GL context current
I think you can install the pygame==1.9.6 like this #308