-
Notifications
You must be signed in to change notification settings - Fork 14
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
Failing to precompile on Mac OS X #62
Comments
Weird. As far as I can tell, this error shouldn't be possible. What do Maybe try deving QuartzImageIO and bumping its |
I now added |
I have a guess: JuliaLang/julia#35663 |
I'll close this since I don't think there's anything for QuartzImageIO to fix, the issue lies elsewhere. |
(If you hit this, try updating your packages and possibly deleting |
It works well here (now) on both julia> versioninfo()
Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.7.0)
CPU: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_NUM_THREADS = 8
(@v1.4) pkg> st QuartzImageIO Colors ColorTypes
Status `~/.julia/environments/v1.4/Project.toml`
[3da002f7] ColorTypes v0.9.1
[5ae59095] Colors v0.11.2
[dca85d43] QuartzImageIO v0.7.1
julia> using QuartzImageIO
[ Info: Precompiling QuartzImageIO [dca85d43-d64c-5e67-8c65-017450d5d020]
julia> versioninfo()
Julia Version 1.4.1
Commit 381693d3df* (2020-04-14 17:20 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin18.7.0)
CPU: Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_NUM_THREADS = 8
JULIA_PKG_SERVER = kr.pkg.julialang.org
JULIA_DEPOT_PATH = depot
(@v1.4) pkg> st
Status `~/depot/environments/v1.4/Project.toml`
[3da002f7] ColorTypes v0.10.2
[5ae59095] Colors v0.12.0
[dca85d43] QuartzImageIO v0.7.1
julia> using QuartzImageIO
[ Info: Precompiling QuartzImageIO [dca85d43-d64c-5e67-8c65-017450d5d020] |
Whenever I use
QuartzImageIO
(for loading images), I get an error.Though it still loads the image, it goes really slowly. This problem also occurs for my students apparently, when there is something out of bounds in a recipe.
The text was updated successfully, but these errors were encountered: