在 ubuntu 中安装 f2py
Installing f2py in ubuntu
我想知道是否有人可以帮我解决一个问题:我正在使用 ubuntu 12.04,我想安装 f2py。但是在这里找到的版本:
https://sysbio.ioc.ee/projects/f2py2e/index.html#installation
python 2.7.6 给我一个错误。由于 "as" 自 python 2.6 (http://comments.gmane.org/gmane.comp.python.f2py.user/1802)
起成为关键字,许多用户都会遇到此问题
那么更新后的f2py安装方式是什么?或者使用 numpy 中的那个?
谢谢
重要
您link使用的版本非常非常旧。 installation instructions 指的是 Python2.1!
您会发现该软件包的 a newer version by searching PyPi. But the homepage 指出,截至 2007 年 7 月 19 日,
F2PY is now part of NumPy. All the development and maintenance of F2PY is carried out under NumPy SVN tree.
所以在 ubuntu 上安装 f2py 的最简单方法是
安装 numpy:
sudo apt-get install python-numpy
我想知道是否有人可以帮我解决一个问题:我正在使用 ubuntu 12.04,我想安装 f2py。但是在这里找到的版本:
https://sysbio.ioc.ee/projects/f2py2e/index.html#installation
python 2.7.6 给我一个错误。由于 "as" 自 python 2.6 (http://comments.gmane.org/gmane.comp.python.f2py.user/1802)
起成为关键字,许多用户都会遇到此问题那么更新后的f2py安装方式是什么?或者使用 numpy 中的那个?
谢谢
重要
您link使用的版本非常非常旧。 installation instructions 指的是 Python2.1!
您会发现该软件包的 a newer version by searching PyPi. But the homepage 指出,截至 2007 年 7 月 19 日,
F2PY is now part of NumPy. All the development and maintenance of F2PY is carried out under NumPy SVN tree.
所以在 ubuntu 上安装 f2py 的最简单方法是 安装 numpy:
sudo apt-get install python-numpy