Circuitscape / Circuitscape.jl

Algorithms from circuit theory to predict connectivity in heterogeneous landscapes
https://circuitscape.org
MIT License
128 stars 35 forks source link

Julia version compatibility with Circuitscape package? #160

Closed vlandau closed 5 years ago

vlandau commented 5 years ago

@ranjanan Does using Circuitscape in Julia v1.0.1 (or v0.7.0 for that matter) require installing the Circuitscape package differently? I see in the comment on the thread linked below that Circuitscape is ported to Julia v1.0, but I get the error shown in the attached photo when trying to install on Julia v1.0.1, and Pkg.test("Circuitscape") fails in Julia v0.7.0. I'm using the 64-bit versions of Julia on Windows 10 pro. Alternatively, everything does work on Julia v0.6.4, so I'm sticking with it for now.

juliaerror

Originally posted by @vlandau in https://github.com/Circuitscape/Circuitscape.jl/issues/149#issuecomment-435196325

ViralBShah commented 5 years ago

I see the same problem.

richardurs commented 5 years ago

Me too in Julia 1.0

jessjaco commented 5 years ago

Installing the development version appears to work.

Pkg.add(PackageSpec(name="Circuitscape", rev="master")

or type ] to go to the pkg> prompt and then do add Circuitscape#master