Hi Nathaniel, On Saturday, March 15, 2014 11:42:42 PM Nathaniel Virgo wrote: > Although the Homebrew issue is apparently fixed, I still get the > following error.
I just don't know enough about Homebrew to be able to advise you here. If the Homebrew issue really has been fixed, maybe you need to rip out a lot of packages (with Pkg.rm, perhaps including Homebrew itself) and reinstall? Also, sometimes an issue gets fixed but a new version is not "tagged"; perhaps you need to check out the master branch of Homebrew.jl? > I tried running the diagnostic commands you suggested, but fell at the > first hurdle: > > julia> using Images > ERROR: error compiling init: error compiling init: could not load module : > dlopen(.dylib, 1): image not found in reload_path at loading.jl:144 > in _require at loading.jl:59 > in require at loading.jl:43 > while loading /Users/ndv21/.julia/v0.3/Images/src/Images.jl, in expression > starting on line 205 Run those diagnostic commands _after_ you get this error---the whole point is to see the variable settings that contributed to this problem. I have to say that your experience here makes me think Images needs to be split into several parts, so that binary dependencies do not get in the way of people who just want to use it for its algorithms. Sadly, I'm just not sure I'll have time to get to that in the next week or two. --Tim
