No module named 'textblob.translate'
gsanjeev432 opened this issue · 2 comments
gsanjeev432 commented
The latest version of Textblob has following change:
- TextBlob.translate() and TextBlob.detect_language are deprecated. Use the official Google Translate API instead
Hence the import is failing while using textaugment. Please fix this. My Production environment depends on this.
gsanjeev432 commented
gsanjeev432 commented
PR - #35