I'm a Linux Mint user who's been trying to import bs4 and nltk in VSCode and Sublime Text, but the error ImportError: No module named nltk [or bs4]
always pops up. I've tried:
- importing them in the terminal, which somehow always works.
- Have tried changing the python path settings to
python3.5
andpython3.7
, which doesn't fix the problem. - I've also tried importing them in Sublime Text and the Reticulate package in R, both of which have resulted in failure.
But despite hours of trying and searching, it just does not seem to be working. Any help on the matter would be appreciated, thank you!