pycairo已经安装,但检查依赖性说它不是

时间:2014-06-05 01:06:41

标签: python packages libraries package-managers pycairo

已安装Pycairo,但检查dependacies脚本表示未安装。

Hrishikeshs-MacBook-Pro:graphite hrishikeshparanjape$ brew install py2cairo
Warning: py2cairo-1.10.0 already installed
Hrishikeshs-MacBook-Pro:graphite hrishikeshparanjape$ sudo python check-dependencies.py 
[FATAL] Unable to import the 'cairo' module, do you have pycairo installed for python 2.7.5?
[WARNING]
Unable to import the 'ldap' module, do you have python-ldap installed for python 2.7.5?
Without python-ldap, you will not be able to use LDAP authentication in the graphite webapp.

1 necessary dependencies not met. Graphite will not function until these dependencies are fulfilled.
1 optional dependencies not met. Please consider the warning messages before proceeding.

1 个答案:

答案 0 :(得分:0)

mac os x安装python将库保存在一个“怪异的”#34;办法。将您的操作系统更改为任何Linux发行版。我安装了ubuntu,它让我感觉非常好。

相关问题