【问题标题】:Error while trying to add BlossomV package in Julia尝试在 Julia 中添加 BlossomV 包时出错
【发布时间】:2021-12-17 01:09:49
【问题描述】:

我正在尝试在 Julia 中添加 BlossomV 包。我收到以下错误:

*LoadError: BlossomV not properly installed. Please run Pkg.Build("BlossomV")

LoadError: Failed to precompile BlossomV*

在运行Pkg.Build("BlossomV")

我收到以下错误:

*LoadError: IOError: could not spawn setenv(*A lot of attributes are there here*): no such file or directory (ENOENT)*

我在 Windows 10 和 Ubuntu 上都面临这个错误。

如果有人能解释问题是什么以及如何解决它,我将不胜感激。谢谢。

【问题讨论】:

    标签: julia build-error precompile ioerror enoent


    【解决方案1】:

    BlossomV.jl 只是一个 C 库的包装器,我敢打赌,失败的是构建 C 库的过程。 BlossomV 是围绕处理二进制依赖项的旧方法设计的。最好是使用纯 Julia 重写它,或者使用现代的 "artifact" system,这是一种更强大的方式来传送二进制依赖项。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-01-21
      • 2016-10-09
      • 1970-01-01
      • 2015-02-13
      • 1970-01-01
      • 2023-03-08
      • 1970-01-01
      • 2020-05-27
      相关资源
      最近更新 更多