0

pymcを使用してインストールしようとすると easy_install pymc

次のエラーが表示されます

warning: no files found matching 'README.txt'
warning: no files found matching 'INSTALL.txt'
warning: no files found matching 'docs/UserGuide.pdf'
Could not locate executable gfortran
Could not locate executable f95
Could not locate executable ifort
Could not locate executable ifc
Could not locate executable lf95
Could not locate executable pgfortran
Could not locate executable f90
Could not locate executable f77
Could not locate executable fort
Could not locate executable efort
Could not locate executable efc
Could not locate executable g77
Could not locate executable g95
Could not locate executable pathf95
don't know how to compile Fortran code on platform 'posix'
warning: build_ext: f77_compiler=None is not available.

Ubuntu 12.04 を使用していますが、このエラーを修正するにはどうすればよいですか?

4

1 に答える 1

0

Fortran コンパイラをインストールする必要があるように見えますか? 「sudo pip install pymc」を実行すると、より良い結果が得られる場合もあります

于 2014-02-15T19:37:56.477 に答える