Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22145

Installing older gcc, gfortran version on mac big sur

$
0
0

I am trying to install (with pip install) on a mac BigSur a python package that needs gfortran.The package was last updated in 2020.

I initially did

brew install gcc

and that brought in gfortran, but my pip install failed with some fortran errors.My theory is that I need to revert to an older (circa 2020) version of gfortran.

I did

brew install gcc@8

but when I run

gfortran --version

it doesnt find gfortran.

I am a beginner with brew. Not sure what am I missing in these install games.


Viewing all articles
Browse latest Browse all 22145

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>