Getting the following error when trying to import a lib that depends on zope
No module named zope.index
my python path is correct (I can import other libs) I already created an init.py file in the zope folder but it still isnt working so Im not sure what I might be missing
currently using python 3.7
*edit Error:
File "C:\Users\vitor.valentim\AppData\Local\Programs\Python\Python37\Lib\dedupe\tfidf.py", line 5, in from .canopy_index import CanopyIndex
File "C:\Users\vitor.valentim\AppData\Local\Programs\Python\Python37\Lib\dedupe\canopy_index.py", line 3, in from zope.index.text.lexicon import Lexicon
ModuleNotFoundError: No module named 'zope.index'