Tom Devitt

Results 6 comments of Tom Devitt

@ranjanan I'm not sure how to interpret the error, but looks like it has something to do with the required dependency "ImageCore" not loading? I ran Pkg.test("ImageCore") and got some...

So far that's all it says. I don't know whether it's running out of memory. Using a MacBook Air M1 chip with 16 GB RAM.

Do I need to install Rosetta?

OK thanks. Anything else you can think of to try?

``` julia> include("runtests.jl") pwd = /Users/tjd66/.julia/packages/Circuitscape/QbA2E/test Test Summary: | Pass Total Unit tests | 16 16 Raster Pairwise: Error During Test at /Users/tjd66/.julia/packages/Circuitscape/QbA2E/src/utils.jl:308 Got exception outside of a @test Reordering...

OK, did that, but same (?) result: julia> include("runtests.jl") ERROR: SystemError: opening file "/Users/tjd66/runtests.jl": No such file or directory Stacktrace: [1] systemerror(p::String, errno::Int32; extrainfo::Nothing) @ Base ./error.jl:174 [2] #systemerror#68 @...