【发布时间】: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