I found different links that answers this problem but it does not work
what seems to be the problem? from pip freeze:
pyLDAvis==3.3.1
from code:
import pyLDAvis
import pyLDAvis.gensim_models as gensim_vis
error:
File "my_py.py", line 2, in <module>
import pyLDAvis.gensim_models as gensim_vis
ModuleNotFoundError: No module named 'pyLDAvis.gensim_models'
I had the same problem. This worked for me:
And then do: