• 安装paddlers库

在进行PaddleRS运行示例项目时,安装“paddleRS”的过程中出现 “ERROR: Could not install packages due to an OSError: [Errno 13] 权限不够: 'LICENSE.txt' Consider using the `--user` option or check the permissions.”问题。

然后参考这位老铁的帖子:http://t.csdn.cn/Qhauc

在要"-i"前面加上“--user”,即可解决问题

我的安装代码:

!python -m pip install paddleRS -i https://mirror.baidu.com/pypi/simple

修改后的代码:

!python -m pip install paddleRS --user -i https://mirror.baidu.com/pypi/simple
  • 注意:在安装paddlers前,系统会提示“ no model named 'paddlers' ”.但是安装的时候要写成'paddleRS'

Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐