Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

absl.flags #126

Open
cjmdd opened this issue Feb 8, 2025 · 0 comments
Open

absl.flags #126

cjmdd opened this issue Feb 8, 2025 · 0 comments

Comments

@cjmdd
Copy link

cjmdd commented Feb 8, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant