首页 > 系统相关> > 【报错】Ubuntu系统用pip安装mmcv失败,显示gcc: error trying to exec ‘cc1plus‘: execvp: No such file or directory
【报错】Ubuntu系统用pip安装mmcv失败,显示gcc: error trying to exec ‘cc1plus‘: execvp: No such file or directory
作者:互联网
一、环境
- 系统版本: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++
标签:0.2,mmcv,execvp,报错,7.4,pip,版本 来源: https://blog.csdn.net/zhanling1007/article/details/114920292