glwagner / EadyTurbulence

Scripts for the numerical simulation of baroclinic equilibration in the "Eady" configuration
2 stars 0 forks source link

PyCall needed #1

Closed navidcy closed 4 years ago

navidcy commented 4 years ago

following the README instructions I got

julia> include("simple_eady.jl")
κ₄h = Δh ^ 4 / τᵏ = 6.898685737892434e12
κᵥ = Δz ^ 2 / (100τᵏ) = 0.01808449074074074
N² = ((Rᵈ * f) / Lz) ^ 2 = 9.765625000000002e-6
α = sqrt(N²) / (f * σᵇ) = 0.0003616898148148148
┌ Warning: PyPlot is using tkagg backend, which is known to cause crashes on MacOS (#410); use the MPLBACKEND environment variable to request a different backend.
└ @ PyPlot ~/.julia/packages/PyPlot/4wzW1/src/init.jl:192
ERROR: LoadError: ArgumentError: Package PyCall not found in current path:
- Run `import Pkg; Pkg.add("PyCall")` to install the PyCall package.

Stacktrace:
 [1] require(::Module, ::Symbol) at ./loading.jl:876
 [2] include at ./boot.jl:328 [inlined]
 [3] include_relative(::Module, ::String) at ./loading.jl:1094
 [4] include(::Module, ::String) at ./Base.jl:31
 [5] include(::String) at ./client.jl:431
 [6] top-level scope at REPL[1]:1
in expression starting at /Users/navid/Research/EadyTurbulence/simple_eady.jl:128