I’m currently working on my first chatbot and I need nltk for this bot to install. So I opened my terminal on my Mac and type pip install nltk
and it successfully installs.
So I opened VisualStudioCode and I type import nltk
but it replies: "Unable to import 'nltk‘ "
Why is this?
Thanks a lot