I installed textblob using the command pip install. But now I am trying to import it and I get the following error:
pip install
ModuleNotFoundError: No m
I dont know why but the solution was to install textblob from the spyder console using:
!pip install textblob