Still can't install scipy due to missing fortran compiler after brew install gcc on Mac OS X

前端 未结 5 1499
野趣味
野趣味 2020-12-15 03:11

I have read and followed this answer to install scipy/numpy/theano. However, it still failed on the same error of missing Fortran compiler after brew install gcc. While Home

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 04:00

    The following worked for me:

    sudo apt-get install gfortran

    on my system:

    Ubuntu 15.10 (Linux 4.2.0-19-generic #23-Ubuntu x86_64 x86_64 x86_64 GNU/Linux)

提交回复
热议问题