starry9t
starry9t
> you all need to do first : > `python setup.py build` > then > `python setup.py install` I have done that and it still says No module named 'lda2vec'.
> In addition to updating the import , I had to append the below to ~./bash_profile: > > export LC_ALL=en_US.UTF-8 > export LANG=en_US.UTF-8 > And then run: > $ source...
> Exactly same issue here too, tried on Windows 10 and even on Collab, absolutely same error > ModuleNotFoundError: No module named 'lda2vec' > Ironically, when checked using pip show,...