github / CodeSearchNet

Datasets, tools, and benchmarks for representation learning of code.
https://arxiv.org/abs/1909.09436
MIT License
2.18k stars 385 forks source link

Missing annoy module #231

Open itconsultore opened 3 years ago

itconsultore commented 3 years ago

I tried to execute the predict.py script but I have got the following error: Traceback (most recent call last): File "predict.py", line 56, in from annoy import AnnoyIndex

ModuleNotFoundError: No module named 'annoy'

what version of Annoy module should I use?