Leolty / repobench

✨ RepoBench: Benchmarking Repository-Level Code Auto-Completion Systems - ICLR 2024
https://arxiv.org/abs/2306.03091
Creative Commons Attribution 4.0 International
133 stars 9 forks source link

difflib not found #21

Open nielstron opened 3 hours ago

nielstron commented 3 hours ago

It appears that difflib is incorrectly listed in the requirements.txt, but there is no pypi package called difflib. However the standard library is called this way, so no installation should be necessary

nielstron commented 3 hours ago

I guess this depends also on the python version (3.10? 3.9?) used for the project/paper, but this is not indicated in the repository - what version is recommended?

nielstron commented 3 hours ago

the package datasets is also missing from requirements.txt but required to execute run.py