1

Windowsのpython 2.7 x86でShoutPY(http://dingoskidneys.com/shoutpy/)をインストールしようとしましたが、インストールは次のように失敗します:

C:\Python27\Scripts>easy_install shoutpy
Searching for shoutpy
Reading http://pypi.python.org/simple/shoutpy/
Reading http://dingoskidneys.com/shoutpy/
Best match: shoutpy 1.0.0
Downloading http://dingoskidneys.com/shoutpy/shoutpy-1.0.0.tar.gz
Processing shoutpy-1.0.0.tar.gz
Writing c:\users\vladim~1\appdata\local\temp\easy_install-pnwegl\shoutpy-1.0.0\s
etup.cfg
Running shoutpy-1.0.0\setup.py -q bdist_egg --dist-dir c:\users\vladim~1\appdata
\local\temp\easy_install-pnwegl\shoutpy-1.0.0\egg-dist-tmp-otdtxq
shoutpy.cc:26:28: fatal error: boost/python.hpp: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1

私が理解したのは、Boost.python が見つからないということです。インストール方法を見つけようとしましたが失敗しました。誰か助けてくれませんか?

ありがとう。

4

1 に答える 1

0

Cygwin でこれを実行していないと思うので、いくつかの課題があります。インストールしましたgccか?インストールに必要です。Boost もインストールする必要があります。Bart がコメントで述べたように、最善の方法はビルド/インストール ドキュメントを確認することです。

于 2012-04-25T11:32:39.543 に答える