Glen Berseth

I am an assistant professor at the University de Montreal and Mila. My research explores how to use deep learning and reinforcement learning to develop generalist robots.

Install SciPy on Mac OS



Way to many versions of python on Mac OS, but this seems to work.

Intstall homebrew
install gfortran
     brew install gfortran
     or
     brew install gcc
sudo easy_install scipy

References

  1. http://urinieto.com/2012/02/install-python-2-7-x-under-snow-leopard-lion-64-bits/
  2. http://stackoverflow.com/questions/11517164/scipy-numpy-matplotlib-troubles-on-osx
  3. http://brew.sh/
  4. http://docs.scipy.org/doc/numpy/user/install.html