(v1.3) pkg> add MbedTLS
Resolving package versions...
Updating `~/.julia/environments/v1.3/Project.toml`
[no changes]
Updating `~/.julia/environments/v1.3/Manifest.toml`
[no changes]
julia> using MbedTLS
ERROR: ArgumentError: Package MbedTLS [739be429-bea8-5141-9913-cc70e7f3736d] is required but does not seem to be installed:
- Run `Pkg.instantiate()` to install all recorded dependencies.
Stacktrace:
[1] _require(::Base.PkgId) at ./loading.jl:993
[2] require(::Base.PkgId) at ./loading.jl:922
[3] require(::Module, ::Symbol) at ./loading.jl:917
Running Pkg.instantiate() doesn't fix anything. I need this for IJulia.jl
Running
Pkg.instantiate()
doesn't fix anything. I need this for IJulia.jl