为Python ffmpeg库“ av”安装依赖项(ImportError:libx264.so丢失)

时间:2018-09-07 08:18:51

标签: python ffmpeg dependencies

在Python中,我使用av将库conda install -c conda-forge av=0.4.0(这是ffmpeg的Python API)安装到了conda环境中,但是当我将import av插入python脚本时,我得到了错误消息

ImportError: libx264.so.138: cannot open shared object file: No such file or directory
在我的Linux Kubuntu 14.4计算机上

。我该如何解决这个问题?

疯狂的猜测:我的Kubuntu存储库有些旧,所以我无法进一步更新ffmepg,我想这就是为什么libx264丢失的原因,但不确定。

0 个答案:

没有答案