I installed textblob using pip as given here.
Now, when I try to import this in python3.4 in terminal then it says
ImportError: No module named 'textblob'
Whereas, in python2.7 it imports happily. I have tried reinstalling it. I have even reinstalled pip. What is the problem here?