报错: ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: ‘/usr/local/paddlehub’ Consider using the --user option or check the permissions. 解决方法: 在pip安装命令的最后加上 --user 成功 例如:pip install -i https://mirror.baidu.com/pypi/simple paddlehub --user