Hi there,

I am trying to install Scipy after I successfully installed Numpy on Python3.6.
I did try to install Scipy from PyCharm by going to settings -> project interpretor -> add Scipy.  However, I keep getting this error message (see the screenshot).

It seems that Python3.6 can't find my Fortran compiler.  However, I have already installed the Fortran compiler on my machine.


How do I tell PyCharm where it should look for Fortran compiler?


Here are the gcc and gfortran versions that I have on my machine.

Hameds-MacBook-Air:~ hameddadgour$ gcc --version

Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1

Apple LLVM version 7.0.2 (clang-700.1.81)

Target: x86_64-apple-darwin14.5.0

Thread model: posix

Hameds-MacBook-Air:~ hameddadgour$ gfortran --version

GNU Fortran (Homebrew gcc 6.1.0) 6.1.0

Copyright (C) 2016 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.



Inline image 1