SystemError: opening file "": No such file or directory
Then, i tried installing “JSON3” package, but threw errors:
> Pkg.add("JSON3")
Resolving package versions...
No Changes to `C:\Users\semed\.julia\environments\v1.5\Project.toml`
No Changes to `C:\Users\semed\.julia\environments\v1.5\Manifest.toml`
> using JSON3
Info: Precompiling JSON3 [0f8b85d8-7281-11e9-16c2-39a750bddbf1]
â”” @ Base loading.jl:1278
WARNING: could not import StructTypes.OrderedStruct into JSON3
ERROR: LoadError: LoadError: UndefVarError: OrderedStruct not defined
Stacktrace:
[1] top-level scope at C:\Users\semed\.julia\packages\JSON3\IvnMR\src\structs.jl:591
[2] include(::Function, ::Module, ::String) at .\Base.jl:380
[3] include at .\Base.jl:368 [inlined]
[4] include(::String) at C:\Users\semed\.julia\packages\JSON3\IvnMR\src\JSON3.jl:1
[5] top-level scope at C:\Users\semed\.julia\packages\JSON3\IvnMR\src\JSON3.jl:163
[6] include(::Function, ::Module, ::String) at .\Base.jl:380
[7] include(::Module, ::String) at .\Base.jl:368
[8] top-level scope at none:2
[9] eval at .\boot.jl:331 [inlined]
[10] eval(::Expr) at .\client.jl:467
[11] top-level scope at .\none:3
in expression starting at C:\Users\semed\.julia\packages\JSON3\IvnMR\src\structs.jl:591
in expression starting at C:\Users\semed\.julia\packages\JSON3\IvnMR\src\JSON3.jl:163
Failed to precompile JSON3 [0f8b85d8-7281-11e9-16c2-39a750bddbf1] to C:\Users\semed\.julia\compiled\v1.5\JSON3\1p699_kXwKq.ji.
And, if i ried with “JSON” package (that I could install and use), throw this error:
SystemError: opening file "": No such file or directory