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

前端 未结 5 1498
野趣味
野趣味 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 03:56

    For Arch Linux, you'll need to install core/gcc-fortran, although I realized that I could just change the version of scipy in my requirements.txt file to the newest version available to fix the issue, too.

提交回复
热议问题