Matthew Mage
Matthew Mage
Until we can get a fix in, use `python -m easy_install carball`
Can you check if `game_metadata_pb2.py` is located in that folder? (`carball/carball/generated/api/metadata`) If not, it looks like it's a proto generating issue. Is there any output when you run `init.py`?
Yeah we use proto2, not proto3.
Due to GIL (global interpreter lock), there is a good chance the file upload will need to be a separate process/script.
Might want to do a minor version number update if you want this deployed
That already exists in some capacity [here](https://github.com/SaltieRL/DistributedReplays/blob/5e6a8c236e56e7921dddbaee146aa0698a19b917/helpers/modify_existing_pickles.py) but that's using pickles instead of proto (which would have a different procedure).
Duplicate of #62? But we can make this the new issue since it has new info.
You're trying to initialize the JSON parser `game` object with the JSON representation of the resultant stats i.e. the proto.
You need to upgrade boxcars-py https://pypi.org/project/boxcars-py/#description On Wed, Dec 8, 2021, 7:08 AM Hiroyuki Nishizawa ***@***.***> wrote: > I'm using the latest version of carball and boxcars_py version 0.1.0. >...
pip install boxcars-py --upgrade On Thu, Dec 9, 2021, 5:41 AM Hiroyuki Nishizawa ***@***.***> wrote: > Thank you for your confirmation. > > pip install only installed version 0.1.0. >...