ModuleNotFoundError: No module named 'bertopic' #1449
-
When I run the first line from the quick start guide:
I get:
Despite the fact that I have installed it using Mamba and it appears on the 'mamba list' output (full list below). From within Jupyter, If I run
in a cell, I get:
populated config files : C:\mamba.condarc And when I:
I get
Any ideas for fixes would be much appreciated!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
OK! I think I solved me own problem - and I will leave it here for reference. I used clues from this stackoverflow post: https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook I did this:
So that I can now explicitely select the correct environment from within Jupyter notebooks .. If I do that, and run the import it appears to work (with some warnings .. ) |
Beta Was this translation helpful? Give feedback.
OK! I think I solved me own problem - and I will leave it here for reference.
I used clues from this stackoverflow post: https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook
I did this:
So that I can now explicitely select the correct environment from within Jupyter notebooks .. If I do that, and run the import it appears to work (with some warnings .. )