【报错】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
    【报错】Ubuntu系统用pip安装mmcv失败,显示gcc: error trying to exec ‘cc1plus‘: execvp: No such file or directory

解决方案

  • 先安装g++,再重新安装mmcv
    sudo apt-get install g++
上一篇:近期用户/金蝶等ERP系统 MS SQL Server 数据库故障 典型恢复案例


下一篇:C#直接调用.mdf文件