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
2023-10-06 22:54:22
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