PYMC安装--fcompiler无法识别

时间:2014-03-13 02:12:35

标签: python osx-mountain-lion failed-installation pymc

我正在尝试在OSX Mountain lion上安装pymc。

我已经安装了gfortran(来自http://gcc.gnu.org/wiki/GFortranBinaries#MacOS)并克隆了pymc。

我尝试了之前的工作:'setup.py config --fcompiler = gfortran build',但这会出错:

用法:setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

或:setup.py --help [cmd1 cmd2 ...]

或:setup.py --help-commands

或:setup.py cmd --help

错误:选项--fcompiler无法识别

如果我这样做:'sudo python setup.py install'然后我得到这个

clang:warning:编译期间未使用的参数:' - mno-fused-madd'

在src / ft2font.cpp中包含的文件中:3:

在src / ft2font.h中包含的文件中:16:

/usr/X11/include/ft2build.h:56:10:致命错误:找不到'freetype / config / ftheader.h'文件

包括    ^ 生成1个错误。 错误:安装脚本退出并显示错误:命令'clang'失败,退出状态为1

任何想法发生了什么?

谢谢,

1 个答案:

答案 0 :(得分:1)

您尝试安装哪个版本的PyMC,GitHub master(PyMC 3)或发行版(PyMC 2.3)上的当前开发版本?

如果您尝试安装PyMC 3,则不需要Fortran编译器。但是你确实需要Theano。你能试试以下吗?

pip install --no-deps git+git://github.com/Theano/Theano.git
pip install --no-deps git+git://github.com/pymc-devs/pymc.git