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

Tracker #39

Open
christywarden734 opened this issue Mar 13, 2020 · 3 comments
Open

Tracker #39

christywarden734 opened this issue Mar 13, 2020 · 3 comments

Comments

@christywarden734
Copy link

Hello! I ran julia> ] add https://github.com/FluxML/Gym.jl from terminal and then tried using Gym and got the following error

ERROR: LoadError: UndefVarError: Tracker not defined
Stacktrace:
[1] include at ./boot.jl:328 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1105
[3] include(::Module, ::String) at ./Base.jl:31
[4] top-level scope at none:2
[5] eval at ./boot.jl:330 [inlined]
[6] eval(::Expr) at ./client.jl:425
[7] top-level scope at ./none:3
in expression starting at /Users/christywarden/.julia/packages/Gym/ODARK/src/Gym.jl:4
ERROR: Failed to precompile Gym [56b9baea-2481-11e9-37ae-75904354ad8c] to /Users/christywarden/.julia/compiled/v1.3/Gym/Z6zPi_B9rLB.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

Is the use of Tracker out of date? Any help would be greatly appreciated

@ashryaagr
Copy link

I had faced the same issue. Go to ~/.julia/packages/Gym using terminal and then navigate to src/Gym.jl and comment out the line using Flux.Tracker.

@christywarden734
Copy link
Author

I had faced the same issue. Go to ~/.julia/packages/Gym using terminal and then navigate to src/Gym.jl and comment out the line using Flux.Tracker.

Thanks so much! This fixed the issue :)

@xgdgsc
Copy link

xgdgsc commented Apr 5, 2020

I also see this.

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

3 participants