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
self._run_config = run_configs.get(version=self.game_version)
File "/home/cjm/anaconda3/envs/fight/lib/python3.8/site-packages/pysc2/run_configs/init.py", line 37, in get
if FLAGS.sc2_run_config is None: # Find the highest priority as default.
File "/home/cjm/anaconda3/envs/fight/lib/python3.8/site-packages/absl/flags/_flagvalues.py", line 482, in getattr
raise _exceptions.UnparsedFlagAccessError(
absl.flags._exceptions.UnparsedFlagAccessError: Trying to access flag --sc2_run_config before flags were parsed.
The text was updated successfully, but these errors were encountered:
self._run_config = run_configs.get(version=self.game_version)
File "/home/cjm/anaconda3/envs/fight/lib/python3.8/site-packages/pysc2/run_configs/init.py", line 37, in get
if FLAGS.sc2_run_config is None: # Find the highest priority as default.
File "/home/cjm/anaconda3/envs/fight/lib/python3.8/site-packages/absl/flags/_flagvalues.py", line 482, in getattr
raise _exceptions.UnparsedFlagAccessError(
absl.flags._exceptions.UnparsedFlagAccessError: Trying to access flag --sc2_run_config before flags were parsed.
The text was updated successfully, but these errors were encountered: