YenRaven / annoy_ltm

annoy long term memory experiment for oobabooga/text-generation-webui
32 stars 3 forks source link

ModuleNotFoundError: No module named 'annoy' #23

Open Nicoolodion2 opened 8 months ago

Nicoolodion2 commented 8 months ago

I get this error every time I start the webui (and it doesn't work of course)... 2023-11-17 17:34:25 ERROR:Failed to load the extension "annoy_ltm". Traceback (most recent call last): File "E:\facebookai\text-generation-webui\modules\extensions.py", line 36, in load_extensions exec(f"import extensions.{name}.script") File "", line 1, in File "E:\facebookai\text-generation-webui\extensions\annoy_ltm\script.py", line 7, in from annoy import AnnoyIndex ModuleNotFoundError: No module named 'annoy'

But the thing is, I got annoy installed. Tried to uninstall it and then install it again, but doesn't change anything... Anyone has an idea what the issue could be?