sdaps をインストールしようとしていますが、setup.py インストール コマンドを実行すると、次のエラーが表示されます。
kashif@crunchbang:~/sdaps-1.0.5$ python setup.py install
Package pycairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `pycairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pycairo' found
インストールしてこれを修正しようとしました
kashif@crunchbang:~/sdaps-1.0.5$ sudo apt-get install python-cairo
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-cairo is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
しかし、再び同じ問題が続きます:
kashif@crunchbang:~/sdaps-1.0.5$ python setup.py install
Package pycairo was not found in the pkg-config search path.
Perhaps you should add the directory containing `pycairo.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pycairo' found
この問題の原因を知っていますか?