安装python库报错:Consider using the `--user` option or check the permissions.
昨天在服务器上训练ResNet,导包出现了一些小问题:1)安装tqdm库的时候,出现Considerusingthe‘–user’optionorcheckthepermissions.访问python下的site-package权限不够。添加‘–user’即可,再次尝试使用以下命令pip3install--user--upgradetqdm-ihttps://pypi.tuna.tsinghua