Search code examples
python-3.xubuntu-14.04textblob

Error while installing textblob on ubuntu 14.04


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


Solution

  • pip install attempts to write files to /usr/local, as seen in the error message. You should run it from the root user.