StatsPlots, precompiling error

Hi,

I am currently experimenting with my nVIDIA Jetson Nano and have had no problems so far. Now I want to use StatsPlots in addition to PLots, but for StastPlots it is noted in the precompiling phase that the Arpack package cannot be built. (I know there’s been some hints, but I’m still not getting anywhere ( Arpack). I’m happy if someone has a clue for me! Here is the error message:

julia> versioninfo()
Julia Version 1.2.0
Commit c6da87ff4b (2019-08-20 00:03 UTC)
Platform Info:
  OS: Linux (aarch64-unknown-linux-gnu)
  CPU: unknown
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, cortex-a57)

julia> using StatsPlots
[ Info: Precompiling StatsPlots [f3b207a7-027a-5e70-b257-86293d7955fd]
ERROR: LoadError: No deps.jl file could be found. Please try running Pkg.build("Arpack").
Currently, the build command might fail when Julia has been built from source
and the recommendation is to use the official binaries from julialang.org.
For more info see https://github.com/JuliaLinearAlgebra/Arpack.jl/issues/5.

Stacktrace:
 [1] top-level scope at /home/student/.julia/packages/Arpack/cu5By/src/Arpack.jl:19
 [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] top-level scope at none:2
 [6] eval at ./boot.jl:330 [inlined]
 [7] eval(::Expr) at ./client.jl:432
 [8] top-level scope at ./none:3
in expression starting at /home/student/.julia/packages/Arpack/cu5By/src/Arpack.jl:16
ERROR: LoadError: LoadError: Failed to precompile Arpack [7d9fca2a-8960-54d3-9f78-7d1dccf2cb97] to /home/student/.julia/compiled/v1.2/Arpack/X5VZL.ji.
Stacktrace:
....


On my Windows system there are no such problems…:neutral_face:

Thank you!