fuse - pkg-config --exists fuse 失败

标签 fuse pkg-config

我正在尝试安装 fuse-python 包,当我运行时

python setup.py build

它失败了,当我检查 setup.py 的内容时,我发现了这一行
if os.system('pkg-config --exists fuse 2> /dev/null') == 0

这条线失败了。另外当我检查 PKG_CONFIG_PATH
echo $PKG_CONFIG_PATH

它什么也不打印。任何形式的帮助表示赞赏。提前致谢

最佳答案

在 Ubuntu 中,包是 libfuse-dev ,所以安装 sudo apt-get install libfuse-dev 应该可以解决问题。

关于fuse - pkg-config --exists fuse 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6634351/

相关文章:

spring - 在OSGi bundle 中访问Spring上下文

linux - 不使用 Fuse 挂载到本地目录。

autoconf - 如何检查包头是否存在?

c++ - pkg-config 不适用于 Cygwin

c++ - 如何在 Windows 上编译 encfs4win

python - 如何获取文件系统上文件的内容 'filter' ?

linux - posix_fallocate 以 4K 间隔一次写入 1 个字节,导致我对 NFS 实现的熔断非常慢

c++ - 在 pkg-config 搜索路径中找不到包 webkitgtk-3.0

cmake - 使用 CMAKE 构建 GLFW3 应用程序 - GLFW LIBRARIES 未设置

xml - R devtools 失败为 "Package libxml-2.0 was not found in the pkg-config search path"