gpt4 book ai didi

python - 名称错误 : name 'f2py' is not defined

转载 作者:太空宇宙 更新时间:2023-11-04 07:24:55 25 4
gpt4 key购买 nike

安装 python、numpy 和 scipy_dist_utils 后,我在 python 解释器上输入 f2py结果如下

>>> f2py
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
f2py
NameError: name 'f2py' is not defined
>>> import numpy
>>> f2py
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
f2py
NameError: name 'f2py' is not defined

from numpy import f2py 解决了这个问题 但这现在不起作用f2py -c --help-fcompiler

f2py -c --help-fcompiler追溯(最近一次通话): 文件“”,第 1 行,位于 f2py -c --help-fcompilerNameError: 名称 'c' 未定义

出了什么问题?谁能帮我解决这个问题?

最佳答案

如果您尝试运行 f2py,您可以从命令 shell(bash 或 UNIX 机器上的任何东西,Windows 上的 CMD)执行,而不是从 Python 解释器执行。您无能为力

此外,scipy_distutils 非常非常旧,根本不再使用。任何告诉您安装的说明都已经过时了。有关更新的说明集:

http://www.scipy.org/F2py

关于python - 名称错误 : name 'f2py' is not defined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5596022/

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