-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some ZLIB problem? #142
Comments
Narrowed it down to a combination of just MATLAB and ImageMagick. I posted a discourse topic about it. |
libz is a bit of a mess right now, see JuliaGraphics/Gtk.jl#387. Try varying the order in which you load packages; e.g., do |
Thanks Tim. I tried that, it doesn't do the trick :/ |
Should be fixed on Julia 1.3+ |
Why is this closed. I'm on 1.4.2 on CentOS and I can't load a simple test image on a fresh Julia installation. Same error. |
Mind to share the codes about how you reproduce the error? And how's your Julia installed, via |
@johnnychen94 Sure, I just installed a few packages after reading JuliaImages (zlib was pulled in as dependency). Then tried:
Which gave the error in question. Installation: My workaround/solution: |
Even though it worked for the
I can't reproduce that if Julia is installed by extracting the downloads from official releases (the latter way). For a 100% clean build, I use docker as an example. And I use jill.py to install Julia (also the latter way). The complete log
We haven't observed any similar reports since Julia 1.3 has brought the Artifacts feature to the ecosystem, this issue was closed because we had upgraded ImageMagick with this feature. For this reason, I highly recommend you to try installing Julia from official downloads, and see if it still gives you the same error. Also, for a clean test, you might also want to modify the |
Precompilation of a package that uses ImageMagick resulted in this error.
I tried to
]up
and]resolve
and]build ImageMagick
to no avail.The text was updated successfully, but these errors were encountered: