一、环境
- 系统版本:Ubuntu18.04.2(内核版本:4.18.0-15-generic)
- gcc版本:7.4.0
- CUDA版本:10.0
- cuDNN版本:7.4.2
- Python版本:3.6.13
- torch版本:1.1.0
- **torchvision版本:0.2.2.post3
二、报错细节
- 在conda虚拟环境中输入以下命令安装mmcv 0.2.12时报错
pip install mmcv==0.2.12 -f https://download.openmmlab.com/mmcv/dist/cu100/torch1.1.0/index.html
解决方案
- 先安装g++,再重新安装mmcv
sudo apt-get install g++