143919b9d5df18bf1e45d6bd89b185a4042221a8
vscode/jupyter/version `GLIBC_2.18' not found.md
... | ... | @@ -0,0 +1,10 @@ |
1 | +VS CodeでJupyterを実行しようとしたときお、以下が表示された。CentOSだが、homebrewでパッケージは管理している。 |
|
2 | +``` |
|
3 | +ImportError: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by [home directory]/.linuxbrew/lib/gcc/5/libstdc++.so.6) |
|
4 | +``` |
|
5 | + |
|
6 | +### 解決方法 |
|
7 | +[Linuxbrew + python3でglibcのバージョンが足りない件(解決) - kuroの覚え書き](https://k-kuro.hatenadiary.jp/entry/20200704/1593874742) |
|
8 | +``` |
|
9 | +brew install glibc |
|
10 | +``` |
|
... | ... | \ No newline at end of file |