OSError: cannot load library ‘libsndfile.so’: libsndfile.so: cannot open shared object file: No such file or directory
安装 libsndfile1
ubuntu:
apt-get install libsndfile1
centos:
yum install libsndfile1
本文介绍了如何在Ubuntu系统中使用`apt-getinstalllibsndfile1`和在CentOS系统中使用`yuminstalllibsndfile1`来解决因找不到`libsndfile.so`共享对象文件而导致的OSError错误。
OSError: cannot load library ‘libsndfile.so’: libsndfile.so: cannot open shared object file: No such file or directory
安装 libsndfile1
ubuntu:
apt-get install libsndfile1
centos:
yum install libsndfile1
2万+

被折叠的 条评论
为什么被折叠?