I get this error while installing chatterbot:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied:
'/usr/local/lib/python2.7/dist-packages/attr'
Consider using the `--user` option or check the permissions.
I get this error while installing chatterbot:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied:
'/usr/local/lib/python2.7/dist-packages/attr'
Consider using the `--user` option or check the permissions.
try installing with pip install --user <package-name>