error installing pymc. I try:
pip install pymc
in the terminal, writes:
error: extension 'pymc.flib' has Fortran sources but no Fortran compiler found
How to install Fortran compiler?
Source: https://ru.stackoverflow.com/questions/957061/
All Articles