【发布时间】:2022-02-14 18:17:39
【问题描述】:
在 wither python3 或 python 上使用 import soundfile 时,我得到了:
Traceback(最近一次调用最后一次): 文件“”,第 1 行,在 文件“/home/erezsh/.local/lib/python3.6/site-packages/soundfile.py”,第 142 行,在 raise OSError('sndfile library not found') OSError: 找不到 sndfile 库
我发现this post 没有帮助,因为我使用的是soundfile 而不是pysoundfile,并且它提供的链接已损坏。
另外,here 我找不到解决方案,因为我使用pip install SoundFile 安装。
我在 Windows 上使用 Ubuntu shell。这有什么重要的吗?
我该如何解决这个问题?
【问题讨论】:
标签: python