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

error on 0.7 beta: ArgumentError: Package Statistics [...] is required but does not seem to be installed #36

Closed
currymj opened this issue Jul 12, 2018 · 1 comment

Comments

@currymj
Copy link

currymj commented Jul 12, 2018

I ran into this problem originally when trying to install DifferentialEquations.jl, but it seems to be an issue with this package. On trying to load the package I get an error around a "Statistics" package, which I'm unable to install separately using the package manager.

(v0.7) pkg> add RecursiveArrayTools
  Updating registry at `~/.julia/registries/Uncurated`
  Updating git-repo `https://github.com/JuliaRegistries/Uncurated.git`
 Resolving package versions...
  Updating `~/.julia/environments/v0.7/Project.toml`
  [731186ca] + RecursiveArrayTools v0.16.2
  Updating `~/.julia/environments/v0.7/Manifest.toml`
  [3cdcf5f2] + RecipesBase v0.4.0
  [731186ca] + RecursiveArrayTools v0.16.2
  [ae029012] + Requires v0.5.2

julia> using RecursiveArrayTools
[ Info: Precompiling module RecursiveArrayTools
ERROR: LoadError: ArgumentError: Package Statistics [10745b16-79ce-11e8-11f9-7d13ad32a3b2] is required but does not seem to be installed:
 - Run `Pkg.instantiate()` to install all recorded dependencies.

Stacktrace:
 [1] _require(::Base.PkgId) at ./loading.jl:951
 [2] require(::Base.PkgId) at ./loading.jl:879
 [3] require(::Module, ::Symbol) at ./loading.jl:874
 [4] include at ./boot.jl:317 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1075
 [6] include(::Module, ::String) at ./sysimg.jl:29
 [7] top-level scope at none:0
 [8] eval at ./boot.jl:319 [inlined]
 [9] eval(::Expr) at ./client.jl:394
 [10] top-level scope at ./none:3 [inlined]
 [11] top-level scope at ./<missing>:0
in expression starting at /home/curry/.julia/packages/RecursiveArrayTools/aCa0/src/RecursiveArrayTools.jl:5
ERROR: Failed to precompile RecursiveArrayTools to /home/curry/.julia/compiled/v0.7/RecursiveArrayTools/6B7t.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
@ChrisRackauckas
Copy link
Member

The beta won't work with most Julia packages. The nightlies has an update that fixes this and beta2 will be released soon since the beta is useless because of this stdlib issue.

JuliaLang/julia#27973

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