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

fresh install julia 1.3.1: VectorBundle not defined #39

Closed
Orbots opened this issue Feb 6, 2020 · 3 comments
Closed

fresh install julia 1.3.1: VectorBundle not defined #39

Orbots opened this issue Feb 6, 2020 · 3 comments

Comments

@Orbots
Copy link

Orbots commented Feb 6, 2020

(v1.3) pkg> add Grassmann
Updating registry at ~/.julia/registries/General
Updating git-repo https://github.com/JuliaRegistries/General.git
Resolving package versions...
Installed ReplMaker ─────── v0.2.3
Installed Requires ──────── v1.0.1
Installed AbstractTensors ─ v0.4.3
Installed DirectSum ─────── v0.5.3
Installed Reduce ────────── v1.2.4
Installed Grassmann ─────── v0.5.0
Updating ~/.julia/environments/v1.3/Project.toml
[4df31cd9] + Grassmann v0.5.0
Updating ~/.julia/environments/v1.3/Manifest.toml
[398f06c4] + AbstractLattices v0.1.2
[a8e43f4a] + AbstractTensors v0.4.3
[861a8166] + Combinatorics v1.0.0
[459fdd68] + ComputedFieldTypes v0.1.0
[22fd7b30] + DirectSum v0.5.3
[9dda63f9] + ForceImport v0.0.3
[4df31cd9] + Grassmann v0.5.0
[edad4870] + Leibniz v0.0.3
[f27b6e38] + Polynomials v0.6.0
[3cdcf5f2] + RecipesBase v0.7.0
[93e0c654] + Reduce v1.2.4
[b873ce64] + ReplMaker v0.2.3
[ae029012] + Requires v1.0.1
[90137ffa] + StaticArrays v0.12.1
[a4af3ec5] + SyntaxTree v1.0.1
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Building Reduce → ~/.julia/packages/Reduce/7af5f/deps/build.log

julia> using Grassmann
[ Info: Precompiling Grassmann [4df31cd9-4c27-5bea-88d0-e6a7146666d8]
ERROR: LoadError: UndefVarError: VectorBundle not defined
Stacktrace:
[1] top-level scope at /Users/mewert/.julia/packages/Leibniz/XlDhG/src/Leibniz.jl:53
[2] include at ./boot.jl:328 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1105
[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:425
[8] top-level scope at ./none:3
in expression starting at /Users/mewert/.julia/packages/Leibniz/XlDhG/src/Leibniz.jl:53
ERROR: LoadError: Failed to precompile Leibniz [edad4870-8a01-11e9-2d75-8f02e448fc59] to /Users/mewert/.julia/compiled/v1.3/Leibniz/wNkI4_RK5IG.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1283
[3] _require(::Base.PkgId) at ./loading.jl:1024
[4] require(::Base.PkgId) at ./loading.jl:922
[5] require(::Module, ::Symbol) at ./loading.jl:917
[6] include at ./boot.jl:328 [inlined]
[7] include_relative(::Module, ::String) at ./loading.jl:1105
[8] include(::Module, ::String) at ./Base.jl:31
[9] top-level scope at none:2
[10] eval at ./boot.jl:330 [inlined]
[11] eval(::Expr) at ./client.jl:425
[12] top-level scope at ./none:3
in expression starting at /Users/mewert/.julia/packages/Grassmann/5163y/src/Grassmann.jl:46
ERROR: Failed to precompile Grassmann [4df31cd9-4c27-5bea-88d0-e6a7146666d8] to /Users/mewert/.julia/compiled/v1.3/Grassmann/i5fGo_RK5IG.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1283
[3] _require(::Base.PkgId) at ./loading.jl:1024
[4] require(::Base.PkgId) at ./loading.jl:922
[5] require(::Module, ::Symbol) at ./loading.jl:917

julia>

@chakravala
Copy link
Owner

chakravala commented Feb 6, 2020

You need to upgrade to Leibniz v0.0.4 or wait for Grassmann v0.5.1 to be registered / merged

@chakravala
Copy link
Owner

New version 0.5.1 of Grassmann is now registered, problem should be gone now

@Orbots
Copy link
Author

Orbots commented Feb 6, 2020

Thanks. Fixed.

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