Open jooliagoolia opened 9 years ago
Having trouble importing TextBlob. I have it installed, but get:
from textblob import TextBlob Traceback (most recent call last): File "", line 1, in ImportError: No module named textblob
You can fix your error with
pip install textblob
Alternatively, consider using my new NLP package, spaCy: http://honnibal.github.io/spaCy/
Having trouble importing TextBlob. I have it installed, but get: