Complete output from command d:\python27\python.exe-u -c"import setuptools, tokenize;__file__='c:\\users\\liuxue\\appdata\\local\\temp\\pip-build-cq6uln\\av\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(comp...
Complete output from command d:\python27\python.exe-u -c"import setuptools, tokenize;__file__='c:\\users\\liuxue\\appdata\\local\\temp\\pip-build-cq6uln\\av\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(comp...
If pkg-config is not on the path, raises EnvironmentError.The pkgconfig module is licensed under the MIT license.ChangelogVersion 1.6.0Drop support for Python < 3.9, support 3.9, 3.10, 3.11, 3.12. Switch CI from travis to github actions, test on all supported Python versions. Use src/ ...
running build_py creating build creating build\lib.win-amd64-2.7 creating build\lib.win-amd64-2.7\av copying av\__init__.py -> build\lib.win-amd64-2.7\av copying av\__main__.py -> build\lib.win-amd64-2.7\av creating build\lib.win-amd64-2.7\av\audio copying av\audio\__init__...
安装libgtk2.0-dev 和 pkg-config 如果你在 Ubuntu 或 Debian 上使用 Python,那么在进行特定的开发时,你可能会需要安装一些依赖库,比如 libgtk2.0-dev 和 pkg-config。这些库是为了支持图形界面开发和编译过程中的依赖项。本文将带你了解如何安装这些库,并提供相应的代码示例。
安装时,它抱怨:Package compiz was not found in the pkg-config search path.Perhaps you should add the directory containing 'compiz.pc'to the PKG_CONFIG_PATH environment variableNo package 'compiz' was found现在,PKG_CONFIG_PATH确实指向正确的文件夹。更重要的是,pkg-config也可以正确找到compiz:pkg-...
No package 'libffi' found Package libffi was not found in the pkg-config search path. Perhaps you should add the directory containing `libffi.pc' to the PKG_CONFIG_PATH environment variable No package 'libffi' found c/_cffi_backend.c:15:17: error: ffi.h: No such file or directory In ...
最近学 Python,在 coursera 上上 Programming for Everybody (Getting Started with Python) 这门课,就...
sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev pip3 install --user --upgrade Cython==0.29.19 virtualenv # the --user should be removed if you do this in a ven...
>>> pkgconfig.installed('glib-2.0', '< 2.26') False return the version >>> pkgconfig.modversion('glib-2.0') '2.56.3' query CFLAGS and LDFLAGS >>> pkgconfig.cflags('glib-2.0') '-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include' ...