我正在尝试import librosa
,但我被带上这一错误:
/home/lakshya/anaconda3/envs/tff_env/lib/python3.9/site-packages/zmq/backend/cython/../../../../.././libstdc++.so.6: version `GLIBCXX_3.4.30 not found (required by /home/lakshya/anaconda3/envs/tff_env/lib/python3.9/site-packages/scipy/fft/_pocketfft/pypocketfft.cpython-39-x86_64-linux-gnu.so)
I tried the following to fix it based on the other similar questions that I browsed through:
sudo aptgetstal> libstdc++6
它的产出:libstdc++6 已成为最新版本(10.2.1-6)。
http://www.un.org/Depts/DGACM/index_french.htm
它的产出:0升级,0新安装,0 删除,0 未经升级。
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ∗∗∗∗
它的产出:GLIBCXX版,直至GLIBCXX_3.4.28。
condastaling libgcc
in my actual env “tff_env>产出:libgcc-7.2.0 安装在tff_env
Pip installed the libgcc package in the virtual environment as well. Didn t work.
我能做些什么?
我的顾问:Debian GNU/HCH 11 (bullseye)