You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> using Arpack
[ Info: Precompiling module Arpack
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/chad/.julia/packages/Arpack/QIfu/src/Arpack.jl:13
[2] include at ./boot.jl:317 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1075
[4] include(::Module, ::String) at ./sysimg.jl:29
[5] top-level scope at none:0
[6] eval at ./boot.jl:319 [inlined]
[7] eval(::Expr) at ./client.jl:394
[8] top-level scope at ./none:3 [inlined]
[9] top-level scope at ./<missing>:0
in expression starting at /home/chad/.julia/packages/Arpack/QIfu/src/Arpack.jl:10
ERROR: Failed to precompile Arpack to /home/chad/.julia/compiled/v0.7/Arpack/X5VZ.ji.
Stacktrace:
[1] error at ./error.jl:33 [inlined]
[2] compilecache(::Base.PkgId) at ./loading.jl:1205
[3] _require(::Base.PkgId) at ./loading.jl:1007
[4] require(::Base.PkgId) at ./loading.jl:879
[5] require(::Module, ::Symbol) at ./loading.jl:874
The suggested Pkg.build("Arpack") completes just fine, but using Arpack still gives the same error. I've tried both add Arpack and add https://github.com/JuliaLinearAlgebra/Arpack.jl.
Julia version is the 0.7 pre-built Linux binary:
julia> versioninfo()
Julia Version 0.7.0-beta.0
Commit f41b1ecaec (2018-06-24 01:32 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
The text was updated successfully, but these errors were encountered:
I'm getting the following error:
The suggested
Pkg.build("Arpack")
completes just fine, butusing Arpack
still gives the same error. I've tried bothadd Arpack
andadd https://github.com/JuliaLinearAlgebra/Arpack.jl
.Julia version is the 0.7 pre-built Linux binary:
The text was updated successfully, but these errors were encountered: