Skip to content
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

Unable to use SpecialFunctions under Ubuntu 18 julia-1.0.3 #143

Closed
SamuelLarkin opened this issue Jan 16, 2019 · 0 comments
Closed

Unable to use SpecialFunctions under Ubuntu 18 julia-1.0.3 #143

SamuelLarkin opened this issue Jan 16, 2019 · 0 comments

Comments

@SamuelLarkin
Copy link

SamuelLarkin commented Jan 16, 2019

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:0in 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-18 01: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```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants