I had the same error and was able to fix it by changing the open statement on file "/usr/griddb-5.5.0/bin/util.py", from "open(path, 'rU')" to "open(path, 'r')", as described https://github.com/griddb/griddb/issues/456.