-
-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to Precompile Plots due to LoadError #2392
Comments
Hm, weird, looks like julia fails to precompile StatsBase (https://github.com/JuliaStats/StatsBase.jl). What are the versions of your installed packages? (Enter julias pkg mode with |
I'm using Julia 1.3.1 and I checked my packages:
|
I have a similar issue, but here the culprit is RecipesBase:
Status:
Julia version is 1.3.1, this is on a Mac with current OS. |
Restarting the REPL seems to fix the issue, as noted in #2399 |
I use Julia v1.4 and have a clean install. |
I don't think this issue is the same - it's a completely different error message |
Every time I try to use the Plots package( simply by writing "using Plots") it gives me this error:
┌ Info: Precompiling Plots [91a5bcdd-55d7-5caf-9e0b-520d859cae80]
└ @ Base loading.jl:1273
ERROR: LoadError: syntax: invalid character "" near column 1
Stacktrace:
[1] top-level scope at C:\Users\Daniel.julia\packages\StatsBase\DyWPR\src\StatsBase.jl:1
[2] include at .\boot.jl:328 [inlined]
[3] include_relative(::Module, ::String) at .\loading.jl:1105
[4] include(::Module, ::String) at .\Base.jl:31
[5] top-level scope at none:2
[6] eval at .\boot.jl:330 [inlined]
[7] eval(::Expr) at .\client.jl:425
[8] top-level scope at .\none:3
in expression starting at C:\Users\Daniel.julia\packages\StatsBase\DyWPR\src\StatsBase.jl:1
ERROR: LoadError: Failed to precompile StatsBase [2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91] to C:\Users\Daniel.julia\compiled\v1.3\StatsBase\EZjIG_RTdTZ.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1283
[3] _require(::Base.PkgId) at .\loading.jl:1024
[4] require(::Base.PkgId) at .\loading.jl:922
[5] require(::Module, ::Symbol) at .\loading.jl:917
[6] include at .\boot.jl:328 [inlined]
[7] include_relative(::Module, ::String) at .\loading.jl:1105
[8] include(::Module, ::String) at .\Base.jl:31
[9] top-level scope at none:2
[10] eval at .\boot.jl:330 [inlined]
[11] eval(::Expr) at .\client.jl:425
[12] top-level scope at .\none:3
in expression starting at C:\Users\Daniel.julia\packages\Plots\12uaJ\src\Plots.jl:19
I'm new to Julia and I don't know what to do. I'm using Windows 8.1 64 bits
The text was updated successfully, but these errors were encountered: