Pycairoはすでにインストールされていますが、チェック依存関係はそうではないと言っています

StackOverflow https://stackoverflow.com//questions/24050042

質問

Pycairoはすでにインストールされていますが、Check Descentysスクリプトはインストールされていないと言っています。

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.
.

役に立ちましたか?

解決

Mac OS X Pythonのインストールは、ライブラリを「奇妙な」方法で維持します。オペレーティングシステムをLinuxの配信に変更します。私はUbuntuを設置し、驚くほどよく扱った。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top