python-sc2 icon indicating copy to clipboard operation
python-sc2 copied to clipboard

A StarCraft II bot api client library for Python 3

Results 68 python-sc2 issues
Sort by recently updated
recently updated
newest added

I don't have "run_game" file. It is in all sources and is used in the [documentation](https://burnysc2.github.io/python-sc2/docs/text_files/introduction.html#:~:text=run_game%20%7Biteration%7D!%22)%0A%0Asc2.-,run_game,-(%0A%20%20%20%20sc2.maps.get), but I can't find how get it anywhere. **My code:** ``` import sc2 from...

full stacktrace ``` $ python3 examples/protoss/cannon_rush.py err = 3 /opt/blizzard/buildserver/data.noindex/repositories/sc2/branches/SC2.4.9/Game/Contrib/macteam/libs/ClampCursor/Contrib/mach_override/mach_override.c:244 err = 3 /opt/blizzard/buildserver/data.noindex/repositories/sc2/branches/SC2.4.9/Game/Contrib/macteam/libs/ClampCursor/Contrib/mach_override/mach_override.c:258 err = 3 /opt/blizzard/buildserver/data.noindex/repositories/sc2/branches/SC2.4.9/Game/Contrib/macteam/libs/ClampCursor/Contrib/mach_override/mach_override.c:263 INFO:sc2.protocol:Client status changed to Status.launched (was None) INFO:sc2.controller:Creating new game INFO:sc2.controller:Map: (2)CatalystLE...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.0 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.3.2 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

Implemented build order to be as close as possible to what a human readable build order looks like.

See https://github.com/Dentosal/python-sc2/issues/69 for discussion on the topic.

* Update all examples to use `await self.do_actions()` instead of `await self.do()`, to encourage users to use the more performant (and futureproof) version Additional thought: perhaps implement some way of...