bdqnghi / infercode

[ICSE 2021] - InferCode: Self-Supervised Learning of Code Representations by Predicting Subtrees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Incompatible Language version 13. Must not be between 9 and 12

xzs777 opened this issue · comments

ValueError: Incompatible Language version 13. Must not be between 9 and 12

I have the same problem. Would you like to ask if you have solved it?

Not yet

Hi, sorry for my late response, you can just upgrade the version of tree-sitter to 0.20 by running pip install --upgrade tree_sitter, then it will work.