[DL Tensorflow Keras] Lesson Learned Part 2


Error : ModuleNotFoundError: No module named ‘gensim’ Solution : pip install gensim Error: ModuleNotFoundError: No module named ‘pyLDAvis’ Solution : pip install pyLDAvis==3.2.1 Reason for giving the version is to avoid the error. Error: ModuleNotFoundError: No module named ‘pyLDAvis.gensim’ Solution : pip install pyLDAvis==3.2.1