1. 安装DetectoRS遇到的坑
(1)You’re trying to build PyTorch with a too old version of GCC. We need GCC 5 or later
解决方法:再创建的虚拟环境中安装自己的gcc 具体安装过程
gcc升级后出现的问题:/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26‘ not found的问题,解决方法
1. 安装DetectoRS遇到的坑
(1)You’re trying to build PyTorch with a too old version of GCC. We need GCC 5 or later
解决方法:再创建的虚拟环境中安装自己的gcc 具体安装过程
gcc升级后出现的问题:/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26‘ not found的问题,解决方法