Test-Agent icon indicating copy to clipboard operation
Test-Agent copied to clipboard

启动worker失败,报错protobuf library不存在

Open yogafan123 opened this issue 10 months ago • 1 comments

ImportError: 2024-04-08 09:54:28 | ERROR | stderr | CodeLlamaTokenizer requires the protobuf library but it was not found in your environment. Checkout the instructions on the 2024-04-08 09:54:28 | ERROR | stderr | installation page of its repo: https://github.com/protocolbuffers/protobuf/tree/master/python#installation and follow the ones

yogafan123 avatar Apr 08 '24 02:04 yogafan123

安装protobuf已解决,新的问题,我在控制台录入JAVA代码: public int plus(int a, int b) { return a + b; } 目前生成的单元测试是python代码,请问怎么让模型生成JAVA代码的单元测试?

yogafan123 avatar Apr 08 '24 07:04 yogafan123