在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丢失的原因,但不确定。