gpt4 book ai didi

julia - 在 Windows 上使用 Julia 1.6.0 RC1 时,GR_jll 一直无法预编译

转载 作者:行者123 更新时间:2023-12-04 15:05:03 24 4
gpt4 key购买 nike

我使用 Julia 1.6.0 RC1,除 GR_jll 外,所有软件包都运行良好一直无法预编译。
结果也是Plots.jl不会被预编译,因为它有 GR 作为依赖项。
我在安装软件包时看到的消息是:

5 dependencies successfully precompiled in 40 seconds (201 already precompiled, 1 skipped during auto due to previous er
rors)
另一方面,在尝试强制预编译时,我看到:
julia> Pkg.precompile()
Precompiling project...
Progress [========================================>] 1/1
✗ GR_jll
0 dependencies successfully precompiled in 5 seconds (201 already precompiled)
这很烦人,我的模块仍未编译。我应该怎么做才能修复这种情况?

最佳答案

截至今天 GR_jll似乎是唯一一个似乎需要 Windows 管理权限才能安装的模块。

  • 以管理员身份运行您的控制台
  • 启动 Julia 并运行以下脚本:
    using Pkg
    Pkg.build("GR_jll")
    Pkg.precompile()

  • 我看到其他人声称和我有同样的问题 1 skipped during auto due to previous errors所以希望这对其他 Windows 用户有帮助。

    关于julia - 在 Windows 上使用 Julia 1.6.0 RC1 时,GR_jll 一直无法预编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66314494/

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