CodeStudyNotes
  • Pytorch
    • PyTorch
      • collate_fn
      • Optimization
      • ToTensor and ToPILImage
      • nn.Linear
      • Normalization
  • Python
    • Python
      • empty list
  • Latex
    • pseudo code
  • Basic
    • Basic
      • share
      • Cross-Entropy and Negative Log-Likelihood
      • argmax
      • tensorboard in server
      • conda and anaconda
  • Debug
    • Debug list
Powered by GitBook
On this page

Was this helpful?

  1. Debug

Debug list

Previousconda and anaconda

Last updated 1 year ago

Was this helpful?

  1. ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found

The Solution in my PC in the lab:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/cxl173430/anaconda3/lib/

ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not foundStack Overflow
Logo