【发布时间】:2015-03-25 14:18:52
【问题描述】:
我正在尝试按照这些说明安装 PythonMagick。 https://gist.github.com/tomekwojcik/2778301
当我到达 $ make 时出现此错误
Making all in pythonmagick_src
CXX libpymagick_la-_DrawableFillRule.lo
_DrawableFillRule.cpp:3:10: fatal error: 'boost/python.hpp' file not found
#include <boost/python.hpp>
^
1 error generated.
make[1]: *** [libpymagick_la-_DrawableFillRule.lo] Error 1
make: *** [all-recursive] Error 1
如何在我的项目中安装 PythonMagick?任何可行的方法。我在互联网上的任何地方都找不到有用的说明。
【问题讨论】:
标签: macos boost boost-python pythonmagick