gpt4 book ai didi

python-3.x - 安装了 gfortran-9,但出现 "no Fortran compiler found"错误(Ubuntu Server 18.04)

转载 作者:行者123 更新时间:2023-12-05 03:55:37 27 4
gpt4 key购买 nike

我刚刚在 Ubuntu Server 18.04 上安装了 gfortran-9,如下所示:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gfortran-9

我已经能够通过编译和运行一个简单的“Hello World”程序来确认 gfortran-9 是否正常工作。

我现在正尝试按如下方式安装 PyPROSAIL:

sudo -H pip3 install pyprosail

...但我收到以下错误:

error: extension 'PyPROSAIL._prosail_model' has Fortran sources but no Fortran compiler found

gfortran-9 --version 显示以下内容:

GNU Fortran (Ubuntu 9.2.1-17ubuntu1~18.04.1) 9.2.1 20191102
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

whereis gfortran-9 显示以下内容:

gfortran-9: /usr/bin/gfortran-9 /usr/share/man/man1/gfortran-9.1.gz

为什么 gfortran-9 显然找不到?我是否需要在某处手动设置 gfortran-9 的路径?

最佳答案

如果其他人遇到同样的问题,我可以通过安装不同的 Fortran 编译器来解决这个问题 - gfortran:

sudo apt-get install gfortran

关于python-3.x - 安装了 gfortran-9,但出现 "no Fortran compiler found"错误(Ubuntu Server 18.04),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60107426/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com