JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

MbedTLS installation failing #214

Closed dlfivefifty closed 4 years ago

dlfivefifty commented 4 years ago
(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

dlfivefifty commented 4 years ago

Wiping my .julia seems to have fixed it.