You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved Battle.net folder to a manually created StarCraft II/Versions folder
$ python -m pysc2.bin.agent --map Simple64
I have this error now:
pysc2.lib.sc_process.SC2LaunchError: No SC2 Versions found in C:/Program Files (x86)/StarCraft II\Versions
I0627 21:52:06.118542 18080 sc2_env.py:752] Environment Close
My entire Battle.net is located in C:/Program Files (x86)/StarCraft II\Versions.
The Battle.net folder contains the following:
Please help with troubleshooting this issue.
Thank you
The text was updated successfully, but these errors were encountered:
The 'Versions' folder should have folders in it named "BaseXXXXX" (e.g. Base87702)
If you click on one of those folders, you should see an executable. (e.g. SC2_x64.exe)
If not, then search your system for SC2.exe or SC2_x64.exe ;
Edit environment variable? If you changed the install location, you might need to set the SC2PATH environment variable with the correct location. https://github.com/deepmind/pysc2#windowsmacos
I followed the following steps:
$ pip install pysc2
$ python -m pysc2.bin.agent --map Simple64
I have this error now:
My entire Battle.net is located in C:/Program Files (x86)/StarCraft II\Versions.
The Battle.net folder contains the following:
Please help with troubleshooting this issue.
Thank you
The text was updated successfully, but these errors were encountered: