Consider using the `--user` option or check the permissions.

在使用天池平台时,准备通过!pip install --upgrade pip想更新pip
结果报错了,多方找求解,最后通过如下方式解决

!pip install --user --upgrade pip

# 如果想安装其他库,加上--user即可
!pip install --user xgboost
上一篇:OS L5-HW: Solutions (Memory Management)


下一篇:Consider defining a bean of type ‘org.springframework.web.client.RestTemplate‘ in your configuration