关于你遇到的“/bin/sh: 1: pkg-config: not found”错误,以下是一些可能的解决步骤,按照顺序进行排查和解决: 1. 确认pkg-config工具是否已经安装 首先,你需要确认你的系统中是否已经安装了pkg-config工具。这可以通过在终端中运行以下命令来检查: bash pkg-config --version 如果系统返回了pkg-config的版本信息...
Did not find pkg-config by name 'pkg-config' Found pkg-config: NO Run-time dependency python found: NO (tried pkgconfig, pkgconfig and sysconfig) 错误信息显示,构建系统在尝试查找 Python 依赖项时失败了。具体来说,pkg-config 工具未找到,并且未能找到 Python 运行时依赖项。 要解决这个问题,你可以...
使用编译安装时,在执行./configure时报如下错误: ... ... checkingforpkg-config... nopkg-confignot found configure: error: Please reinstall thepkg-configdistribution 提示,配置错误,请重新安装pkg配置分发。 解决方法,根据提示,安装pkg-config: sudoapt-getinstallpkg-config 扩展知识: 关于pkg-config的简介:...
running build_ext 'pkg-config' not found. Command ['pkg-config', '--print-errors', '--exists', 'cairo >= 1.15.10'] [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pycairo Failed to build pycair...
checking whether the Boost::Chrono library is available... yes checking for exit in -lboost_chrono... yes checking whether the Boost::Unit_Test_Framework library is available... yes checking for dynamic linked boost test... yes configure: error: pkg-config not found. ...
Found CMake: NO Run-time dependency libffi found: NO (tried framework) libffi is compiled and installed, PKG_CONFIG_PATH and LD_LIBRARY_PATH are set propertly. And still after spending 9 hours - nothing. No clue. I'm not sure what you're trying to say about something burning, "new ...
在编译ffmpeg --enable-libx265是经常遇见 ERROR: x265 not found using pkg-config,然后x265实际上是已经编译过的,这可能是因为系统没有pkg-config,导致ffmpeg找不到x265,因为安装下即可。 1. 安装 # ubuntu下 apt install pkg-config 1. 2. 2. 确认x265 ...
running config looking for avformat_open_input... missing looking for pyav_function_should_not_exist... missing looking for av_calloc... missing looking for av_frame_get_best_effort_timestamp... missing looking for avformat_alloc_output_context2... missing ...
正确配置如下:Windows(分隔符英文分号):XML/HTML code bootclasspath ${java.home}/lib/rt.jar;...
原因是电脑缺少pkg-config库 Linux可以直接apt-get即可: sudoapt-getinstallpkg-config 下面详细说一下Windows如何手动安装: 转到http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/ 下载文件pkg-config_0.26-1_win32.zip 将文件bin / pkg-config.exe解压缩到your_directory/mysy64/ucrt64/bin ...