CodeSearchNet icon indicating copy to clipboard operation
CodeSearchNet copied to clipboard

Missing annoy module

Open itconsultore opened this issue 5 years ago • 0 comments

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?

itconsultore avatar Feb 05 '21 00:02 itconsultore