gpt4 book ai didi

使用 PyPlot 时出现 Julia 错误 - 信号 (11) : Segmentation fault

转载 作者:行者123 更新时间:2023-12-02 17:06:54 25 4
gpt4 key购买 nike

学习使用 PyPlot 与 Julia 编程语言(版本 0.4.5)时,我在尝试生成简单绘图时遇到错误:

julia> using PyPlot

julia> x = linspace(0,100,1000)
linspace(0.0,100.0,1000)

julia> y = x.^2;

julia> plot(x,y)

signal (11): Segmentation fault
unknown function (ip: 0x32736)
Segmentation fault (core dumped)

有人知道这是怎么回事吗?

最佳答案

0.4.6 上运行时,我无法重现您的错误。我的想法是:

  1. 更新到最新版本。
  2. 更新您的所有软件包
  3. 退出并重新启动 julia
  4. 如果这些都不起作用,可以想象,plot 函数可能不喜欢参数类型的不匹配。因此,您可以应用collect(x),以便xy都是Array类型。<

关于使用 PyPlot 时出现 Julia 错误 - 信号 (11) : Segmentation fault,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38476478/

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