-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Hey there,
Seems not to run on python 3.9:
$ python benchmark.py
Traceback (most recent call last):
File "/home/ybon/Code/py/cinje/example/benchmark.py", line 445, in <module>
import bigtable
File "/home/ybon/Code/py/cinje/example/bigtable.py", line 106
__gzmapping__ = b"eJxjYGJkAANGMEBmMDAxMTAjCWETAwsRlmBgAAAPKwBL"
^
SyntaxError: unexpected EOF while parsing
or am I missing something ?
Thanks :)