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

UndefVarError: TrackedArray not defined (using Omega in Julia 1.5) #132

Closed
femtomc opened this issue Sep 21, 2020 · 4 comments
Closed

UndefVarError: TrackedArray not defined (using Omega in Julia 1.5) #132

femtomc opened this issue Sep 21, 2020 · 4 comments

Comments

@femtomc
Copy link

femtomc commented Sep 21, 2020

[ Info: Precompiling Omega [1af16e33-887a-59b3-8344-18f1671b3ade]
ERROR: LoadError: LoadError: LoadError: UndefVarError: TrackedArray not defined
Stacktrace:
 [1] getproperty(::Module, ::Symbol) at ./Base.jl:26
 [2] top-level scope at /home/mccoy/.julia/packages/Omega/zOdli/src/space/simple.jl:55
 [3] include(::Function, ::Module, ::String) at ./Base.jl:380
 [4] include at ./Base.jl:368 [inlined]
 [5] include(::String) at /home/mccoy/.julia/packages/Omega/zOdli/src/space/Space.jl:1
 [6] top-level scope at /home/mccoy/.julia/packages/Omega/zOdli/src/space/Space.jl:28
 [7] include(::Function, ::Module, ::String) at ./Base.jl:380
 [8] include at ./Base.jl:368 [inlined]
 [9] include(::String) at /home/mccoy/.julia/packages/Omega/zOdli/src/Omega.jl:2
 [10] top-level scope at /home/mccoy/.julia/packages/Omega/zOdli/src/Omega.jl:22
 [11] include(::Function, ::Module, ::String) at ./Base.jl:380
 [12] include(::Module, ::String) at ./Base.jl:368
 [13] top-level scope at none:2
 [14] eval at ./boot.jl:331 [inlined]
 [15] eval(::Expr) at ./client.jl:467
 [16] top-level scope at ./none:3
in expression starting at /home/mccoy/.julia/packages/Omega/zOdli/src/space/simple.jl:55
in expression starting at /home/mccoy/.julia/packages/Omega/zOdli/src/space/Space.jl:28
in expression starting at /home/mccoy/.julia/packages/Omega/zOdli/src/Omega.jl:22
ERROR: Failed to precompile Omega [1af16e33-887a-59b3-8344-18f1671b3ade] to /home/mccoy/.julia/compiled/v1.5/Omega/cIe5P_wUwwa.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1305
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923

On first using.

@zenon
Copy link

zenon commented Oct 31, 2020

Hm. Same here.

If I get it right, TrackedArray came from Flux. Yet it doesn't appear in the Flux documentation anymore starting with version 0.10.

@devonjkohler
Copy link

I had the same problem. Was able to solve it by first installing Flux version 0.9 and then installing Omega.

@zenna
Copy link
Owner

zenna commented Nov 13, 2020

Thanks, I'll fix this shortly. I'm working on a rewrite of Omega which is why this repo is a bit stagnant. Stay tuned!

@zenna zenna closed this as completed Feb 16, 2021
@ga72kud
Copy link

ga72kud commented Jan 13, 2022

It might be advantageous to write this in the documentation. I have trouble installing Omega.jl

The dependencies to Flux, CUDA and Omega might be documented

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

5 participants