pymc-devs / pymc2

THIS IS THE **OLD** PYMC PROJECT (VERSION 2). PLEASE USE PYMC INSTEAD:
http://pymc-devs.github.com/pymc/
Other
879 stars 229 forks source link

missing gfortran in osx10.11 #79

Closed chenminhua closed 8 years ago

chenminhua commented 8 years ago

I try to install pymc, but I got an error which told me that I don't have fortran compiler so I try to brew install gfortran it told me I should brew install gcc (but I already have gcc) so I do brew install gcc but I got another error Error: Failed to download resource "mpfr--patch" And I can't figure out that. Please help me

fonnesbeck commented 8 years ago

You need to ensure that your Fortran compiler is compatible with your gcc. If your gcc came from someplace other than home brew then you need to find a Fortran compiler that works with it. If you are having homebrew issues, you should open an issue with that project.