> For the complete documentation index, see [llms.txt](https://lichangbin.gitbook.io/studynotes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lichangbin.gitbook.io/studynotes/debug/untitled.md).

# Debug list

1. ImportError: /lib64/libstdc++.so.6: version \`CXXABI\_1.3.9' not found&#x20;

{% embed url="<https://stackoverflow.com/questions/49875588/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/
```
