gpt4 book ai didi

inno-setup - 为什么在 Julia 中添加图像库会失败?

转载 作者:行者123 更新时间:2023-12-03 20:19:30 28 4
gpt4 key购买 nike

我正在 Windows 7 下开始使用 Julia 0.3.10。该语言安装并运行,但我无法安装 Images 包。当我输入:

Pkg.add("Images")

我得到的输出看起来不错,但是下面的几行。看起来 Inno Setup 检测到版本问题,但我不确定谁的版本有问题。
我试过删除所有“julia”并重新下载,但无济于事。另外,我在网上搜索了这条错误消息的各个部分,还有stackoverflow;似乎没有任何相关性。

Pkg.add("Images") ,几十条看起来很正常的行,然后:
INFO: Building Images
INFO: Installing ImageMagick library
INFO: Attempting to Create directory C:\Users\Jim\.julia\v0.3\Images\deps\downloads
INFO: Attempting to Create directory C:\Users\Jim\.julia\v0.3\Images\deps\usr\lib\x64
INFO: Attempting to Create directory C:\Users\Jim\.julia\v0.3\Images\deps\downloads
INFO: Directory C:\Users\Jim\.julia\v0.3\Images\deps\downloads already created
INFO: Downloading file [link at imagemagick] download/binaries/ImageMagick-6.9.1-9-Q16-x64-dll.exe
INFO: Done downloading file [...]ImageMagick-6.9.1-9-Q16-x64-dll.exe
INFO: Attempting to Create directory C:\Users\Jim\.julia\v0.3\Images\deps\downloads
INFO: Directory C:\Users\Jim\.julia\v0.3\Images\deps\downloads already created
INFO: Downloading file [link at julialang.s3.amazonaws.com]/bin/winnt/extras/innounp.exe
INFO: Done downloading file [link at julialang.s3.amazonaws.com]/bin/winnt/extras/innounp.exe
INFO: Changing Directory to C:\Users\Jim\.julia\v0.3\Images\deps\downloads

这是我看到第一个麻烦迹象的地方:
Signature detected: Inno Setup Setup Data (5.5.6) (u)
This is not directly supported, but i'll try to unpack it as version 5500; Version detected: 5506 (Unicode)
Critical error: The setup files are corrupted. Please obtain a new copy of the program.

Unpacking failed. This version is not supported.

===============================[ ERROR: Images ]================================

最佳答案

啊另一个讨厌 window 的原因。当然,在 Ubuntu 上添加这个包没有问题,所以我切换到我的 Windows 安装,并且看到和你一样的问题。事实证明,错误消息非常神秘,但这就是我解决问题的方式。首先我做了:

    Pkg.update()
然后我完全退出了 julia,然后我去了: Link并下载了 ImageMagick-6.9.1-9-Q16-x64-dll.exe
确保在浏览下载器选项时选中“为 C 和 C++ 安装开发头文件和库”框。
我允许安装程序安装到其默认目录,然后重新打开 julia 并使用以下命令:
    Pkg.build("Images")
它成功地做到了,然后我能够使用带有以下正常命令的图像包:
   using Images

关于inno-setup - 为什么在 Julia 中添加图像库会失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31598742/

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