本文最后更新于:2024年1月14日 晚上

本文记录 Error: unsupported compiler: 9.3.0 解决方案。

错误

安装cuda 10.2 时报错

  • Error: unsupported compiler: 9.3.0

解决方案

1
2
3
4
5
6
7
sudo apt-get remove gcc gcc-9
sudo apt-get remove g++

sudo apt install gcc-8 g++-8

sudo ln -s /usr/bin/gcc-8 /usr/bin/gcc
sudo ln -s /usr/bin/g++-8 /usr/bin/g++


文章链接:
https://www.zywvvd.com/notes/study/deep-learning/pytorch/unsupported-compiler/unsupported-compiler/


“觉得不错的话,给点打赏吧 ୧(๑•̀⌄•́๑)૭”

微信二维码

微信支付

支付宝二维码

支付宝支付

Error unsupported compiler 9.3.0
https://www.zywvvd.com/notes/study/deep-learning/pytorch/unsupported-compiler/unsupported-compiler/
作者
Yiwei Zhang
发布于
2021年2月18日
许可协议