-3

安装 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.
4

1 回答 1

0

尝试安装pip install --user <package-name>

于 2019-06-25T10:14:46.573 回答