其他分享
首页 > 其他分享> > ERROR: Could not install packages due to an OSError: [Errno 28] 设备上没有空间

ERROR: Could not install packages due to an OSError: [Errno 28] 设备上没有空间

作者:互联网

1.清空回收站,重新安装—无效
2.安装时加上参数 --user–无效
3.使用sudo安装

sudo pip install torch===1.4.0 torchvision===0.5.0 -f https://download.pytorch.org/whl/torch_stable.html

成了,
但使用sudo配置的环境,也需要使用sudo运行代码,例如:

sudo python base_dataset.py

标签:OSError,torch,Errno,Could,sudo,install,使用,安装,无效
来源: https://blog.csdn.net/weixin_46089591/article/details/122108682