简体   繁体   English

如何在ubuntu-12.04中设置cairo的路径?

[英]How to set the path for cairo in ubuntu-12.04?

I need to install pycairo with python3.2+.But I have error when installing the pycairo in my system, 我需要用python3.2 +安装pycairo。但是我在系统中安装pycairo时出错了,

Downloading/unpacking git+http://anongit.freedesktop.org/git/pycairo (from -r requirements.txt (line 7))
  Cloning http://anongit.freedesktop.org/git/pycairo to /tmp/pip-ud145u-build
  Running setup.py egg_info for package from git+http://anongit.freedesktop.org/git/pycairo
    cairo >= 1.10.2  Failed
    Package cairo was not found in the pkg-config search path.
    Perhaps you should add the directory containing `cairo.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'cairo' found

    Complete output from command python setup.py egg_info:
    cairo >= 1.10.2  Failed

Package cairo was not found in the pkg-config search path.

Perhaps you should add the directory containing `cairo.pc'

to the PKG_CONFIG_PATH environment variable

No package 'cairo' found

首先安装libcairo2-dev

sudo apt-get install libcairo2-dev

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM