-
Notifications
You must be signed in to change notification settings - Fork 1
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
get_game_version import error #2
Comments
This was also happening after installing via
|
The API on the PySC2 master probably changed since I have written this. Back then the version available on PyPI was hopelessly outdated, so there was no other choice than to write against the master. Maybe I will find the time this week to update the code to work with the recent version on PyPI (pull requests welcome of course :D). Out of interest: how did you manage to find this repo? |
I found it by endlessly googling. I'm also completely unfamiliar with the PySC2 api but I had a brainfart that I wanted to test. Turns out there's a maths formula that describes who might win a battle and I figured it'd be fun to test how well the formula holds up when you run it in a simulator. That's how I found this repo. I gotta say; I have a mac. That might not help. Also, and I am not kidding, I organise PyData Amsterdam. If you're ever around Amsterdam I would love to host a talk on this topic. Any simulations that you might've run sounds like fun stuff to do a talk about. |
If there's an easy way to measure the number of marines on each side over time that'd be enough for my usecase. It's just the |
I'd love to play with this repo, but it seems that there's a small bug in it.
The text was updated successfully, but these errors were encountered: