microsoft / CodeXGLUE

CodeXGLUE
MIT License
1.51k stars 363 forks source link

Something wrong happens when i need to calculate the CodeBLEU score. #116

Closed Xyr990127 closed 2 years ago

Xyr990127 commented 2 years ago

Hello, as the title goes, i got this error when i want to calculate the CodeBLEU score. Details are as follows: image

It seems like an imcompatible language version problem with java, so i upgrade my java version to 13 but still cannot work. Additionaly, there is a file named 'my-languages.so' , but i have no idea about how to view the details of it. Looking forward to your reply soon!

celbree commented 2 years ago

Please install the newest version of tree-sitter and re-generate my-languages.so by running build.sh

Xyr990127 commented 2 years ago

It works. Thanks for your help!!!