Hello all,
I'm encountering an import error when trying to run the code due to a missing dependency:
from multiprocess_tools import run_multithread_jaccard_similarity
Error:
ModuleNotFoundError: No module named 'multiprocess_tools'
Could you please add the multiprocess_tools module to the repository? It doesn't appear to be an installable package, so I believe it's a custom module that's missing from the codebase.
Thank you very much!
Hello all,
I'm encountering an import error when trying to run the code due to a missing dependency:
Error:
Could you please add the
multiprocess_toolsmodule to the repository? It doesn't appear to be an installable package, so I believe it's a custom module that's missing from the codebase.Thank you very much!