Error while installing textblob on ubuntu 14.04

Viewed 85

I'm trying to install textblob on my system. By following the documentation, I had run the command

pip3 install -U textblob

But while running the command, I'm getting an error like this.

Error message while installing textblob

1 Answers
Related