Hi,
Thank you for your great work.
When I run MEoH, I encounter an error coming from CodeBLEU’s utils.py.
Error message
Traceback (most recent call last):
File "...", line ..., in <module>
...
File ".../codebleu/utils.py", line 163, in get_tree_sitter_language
return Language(tree_sitter_python.language())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: an integer is required
Relevant code (from codebleu/utils.py)
Thank you so much if you can help with the repair.
Let me know if you need more logs or a minimal script to reproduce.