openai / human-eval

Code for the paper "Evaluating Large Language Models Trained on Code"
MIT License
2.31k stars 330 forks source link

When running the code generated by the model, an error occurs: failed: No module named 'scipy' #39

Open HangXue-lab opened 7 months ago

HangXue-lab commented 7 months ago

I have make the evaluating program running successfully. But sometimes the error like: “No module named XXX” occurred. I want to know which python libraries can be called when the code generated by the model is run in humaneval's sandbox environment.