Circuitscape / Circuitscape.jl

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

LoadError: UndefVarError: SparseMatrixCSC not defined #149

Closed rhettdharrison closed 6 years ago

rhettdharrison commented 6 years ago

I have just installed Julia and then Circuitscape, but I stumbled at the last hurdle. This is the what I get when trying to run Julia> using Circuitscape.

ranjanan commented 6 years ago

@rhettdharrison did you download Julia v1.0? Unfortunately, I haven't ported the code to Julia v1.0 yet. Could you please try with Julia v0.6?

rhettdharrison commented 6 years ago

Ahh.. Yes I was using Julia v1.0. I will try again.

ranjanan commented 6 years ago

@rhettdharrison you can now use Circuitscape on Julia v1.0 on master.

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 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, it does work on Julia v0.6.4

juliaerror