From 8b221f532afb5c7beaa1464eecfe96fd709c4ee3 Mon Sep 17 00:00:00 2001 From: Zhoneym <140673973+Zhoneym@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:32:42 +0800 Subject: [PATCH] Fix `GLIBCXX_3.4.30' not found in Anaconda --- doc/en/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/FAQ.md b/doc/en/FAQ.md index e738a29..2089355 100644 --- a/doc/en/FAQ.md +++ b/doc/en/FAQ.md @@ -68,4 +68,4 @@ Make sure you: The detailed error: >ImportError: /mnt/data/miniconda3/envs/xxx/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /home/xxx/xxx/ktransformers/./cpuinfer_ext.cpython-312-x86_64-linux-gnu.so) -It may because of your conda env have no this version. Your can first exit your conda env by `conda deactivate` and use `whereis libstdc++.so.6` to find the path. And re enter your conda env and copy the .so by `cp ` +Running conda install -c conda-forge libstdcxx-ng can solve the problem.