ImportError: /opt/ohpc/pub/compiler/gcc/5.4.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.29′ not found )
I am trying to run pytorch 1.12.1 with cuda 11.6. I need this specific version to run on my schools HPC. I already got the conda environment working but I tried to install another package which changed things. I realized I did not need the package anymore so I tried setting things back to normal which only included me changing the packages torch and torchvision. Now when I submit and sbatch command that I normally would do the out put of my error file is as followed. I saw similar questions but am a little afraid to try the solutions because I do not want to mess up things more.