Running the python code brought this error:
File "/opt/homebrew/lib/python3.11/site-packages/leet_topic/leet_topic.py", line 6, in <module>
from annoy import AnnoyIndex
ModuleNotFoundError: No module named 'annoy'
Then manually pip install "annoy" solved the problem, should that be included in the dependency chain for the LeetTopic ?
Running the python code brought this error:
Then manually pip install "annoy" solved the problem, should that be included in the dependency chain for the LeetTopic ?