-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Description
After downloading and installing textblob-de yesterday (without installing textblob previously), it didn't work - error message:
from textblob_de import TextBlobDE
File "C:\Python27\lib\site-packages\textblob_de__init__.py", line 4, in
from textblob_de.blob import TextBlobDE, BlobberDE, Word, WordList, Sentence
File "C:\Python27\lib\site-packages\textblob_de\blob.py", line 48, in
from textblob_de.tokenizers import NLTKPunktTokenizer
File "C:\Python27\lib\site-packages\textblob_de\tokenizers.py", line 18, in
from textblob.packages import nltk
ImportError: No module named packages
After manually downgrading to textblob-0.8.4, it works though.