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

after fixing 3794/3795 error -botAI main_base_ramp fails #303

Open
tllucero opened this issue Aug 15, 2019 · 0 comments
Open

after fixing 3794/3795 error -botAI main_base_ramp fails #303

tllucero opened this issue Aug 15, 2019 · 0 comments

Comments

@tllucero
Copy link

After update to Blizzard 4.10
using pip3 install --user git+https://github.com/Dentosal/python-sc2@Fix-for-4.9.3
patched with
Edit game_data.py and comment out 'assert self.id != 0' with # in front, save changes.
Edit pixel_map.py and comment out 'assert self.bits_per_pixel % 8 == 0, "Unsupported pixel density"' with # in front, save changes.

Now I get at beginning of game in
File "/home/markov/.local/lib/python3.7/site-packages/sc2/bot_ai.py", line 80, in main_base_ramp
key=(lambda r: self.start_location.distance_to(r.top_center)),
ValueError: min() arg is an empty sequence

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