-
Notifications
You must be signed in to change notification settings - Fork 7
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
Precompile issue #18
Comments
Yeah this is a known issue which got worse with the newest julia master... There is now Base.Iterators which messes with precompiling Iterators.jl... Maybe the only solution is to rename the package :-O |
Does this even need Iterators (of any form)? |
I also fixed it by removing iterators for my packages :D |
Should I file an issue with AxisArrays? |
mbauman
pushed a commit
to JuliaArrays/AxisArrays.jl
that referenced
this issue
May 8, 2017
* Remote Iterators frrom REQUIRES No longer needed, and it fixes JuliaImages/ImageAxes.jl#18. * Update AxisArrays.jl * Completely remove Iterators
Thanks for the fix, @mbauman! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Julia 0.6-pre.beta.325, I'm having issues
using Images
. I've traced it down to here. After nuking the precompile.julia/lib/v0.6
dir, I hit the following:Any ideas? None of these packages have
__precompile__(false)
set.The text was updated successfully, but these errors were encountered: