Skip to content

ModuleNotFoundError: No module named 'bertopic' #1449

Discussion options

You must be logged in to vote

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:

source activate myenv
pip install ipykernel
python -m ipykernel install --user --name myenv --display-name "Python (myenv)"

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 .. )

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by entelecheia1963
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant