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
Hi,
It seems that I can't use SpecialFunctions in julia-1.0.3 under Ubuntu 18 and I don't understand the error message.
julia>import Pkg
julia> Pkg.add("SpecialFunctions")
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
Updating `/fs/vnas_Hnrc/ict/sam037/.julia/environments/v1.0/Project.toml`
[276daf66] + SpecialFunctions v0.7.2
Updating `/fs/vnas_Hnrc/ict/sam037/.julia/environments/v1.0/Manifest.toml`
[no changes]
julia> Pkg.build("SpecialFunctions")
Building SpecialFunctions →`~/.julia/packages/SpecialFunctions/fvheQ/deps/build.log`
┌ Error: Error building `SpecialFunctions`:
│ ERROR: LoadError: ArgumentError: Package BinaryProvider not found in current path:
│ - Run `import Pkg; Pkg.add("BinaryProvider")` to install the BinaryProvider package.
│
│ Stacktrace:
│ [1] require(::Module, ::Symbol) at ./loading.jl:823
│ [2] include at ./boot.jl:317 [inlined]
│ [3] include_relative(::Module, ::String) at ./loading.jl:1044
│ [4] include(::Module, ::String) at ./sysimg.jl:29
│ [5] include(::String) at ./client.jl:392
│ [6] top-level scope at none:0
│ in expression starting at /home/sam037/.julia/packages/SpecialFunctions/fvheQ/deps/build.jl:1
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Operations.jl:1097
julia>using SpecialFunctions
[ Info: Precompiling SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b]
ERROR: LoadError: SpecialFunctions is not installed properly, run `Pkg.build("SpecialFunctions")`,restart Julia and try again
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] top-level scope at /home/sam037/.julia/packages/SpecialFunctions/fvheQ/src/SpecialFunctions.jl:6
[3] include at ./boot.jl:317 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1044
[5] include(::Module, ::String) at ./sysimg.jl:29
[6] top-level scope at none:2
[7] eval at ./boot.jl:319 [inlined]
[8] eval(::Expr) at ./client.jl:393
[9] top-level scope at ./none:3
in expression starting at /home/sam037/.julia/packages/SpecialFunctions/fvheQ/src/SpecialFunctions.jl:4
ERROR: Failed to precompile SpecialFunctions [276daf66-3868-5448-9aa4-cd146d93841b] to /home/sam037/.julia/compiled/v1.0/SpecialFunctions/78gOt.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1203
[3] _require(::Base.PkgId) at ./loading.jl:960
[4] require(::Base.PkgId) at ./loading.jl:858
[5] require(::Module, ::Symbol) at ./loading.jl:853
import Pkg
julia> Pkg.installed()
Dict{String,Union{Nothing, VersionNumber}} with 3 entries:"Flux"=>v"0.7.0""SpecialFunctions"=>v"0.7.2""BinaryProvider"=>v"0.5.3"
versioninfo()
Julia Version 1.0.3
Commit 099e826241 (2018-12-1801:34 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU:Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)
Environment:
JULIA_HOME =/space/group/nrc_ict/project/pkgs/ubuntu18/gcc-7.3.0/julia-1.0.3```
The text was updated successfully, but these errors were encountered:
Hi,
It seems that I can't use SpecialFunctions in julia-1.0.3 under Ubuntu 18 and I don't understand the error message.
The text was updated successfully, but these errors were encountered: