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

solved gflags import problem #4

Merged
merged 1 commit into from Feb 7, 2018
Merged

solved gflags import problem #4

merged 1 commit into from Feb 7, 2018

Conversation

pocandraspoc
Copy link
Contributor

gflags are not supported any more
import gflags as flags
better to use absl instad

chris-chris/pysc2-examples#5 (comment)

gflags are not supported any more 
import gflags as flags
better to use absl instad 

chris-chris/pysc2-examples#5 (comment)
@wuhuikai wuhuikai merged commit 7885e4d into wuhuikai:master Feb 7, 2018
@wuhuikai wuhuikai mentioned this pull request Feb 7, 2018
@H-Park
Copy link

H-Park commented Feb 7, 2018

This issue is more widespread in this project than just one file.

Files that have from pysc2.lib import app and import gflags as flags

preprocess/preprocess.py
parse_replay/extract_actions.py
parse_replay/parse_replay.py
parse_replay/replay2global_features.py
parse_replay/sample_actions.py
extract_features/global_feature_vector
extract_features/replay_stat.py
extract_features/spatial_feature_tensor.py

@wuhuikai @pocandraspoc

wuhuikai added a commit that referenced this pull request Feb 8, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants