AutonomousMerging.jl icon indicating copy to clipboard operation
AutonomousMerging.jl copied to clipboard

Dependency Issue with Packages (request Manifest file)

Open PeggyWang0 opened this issue 5 years ago • 0 comments

Would love to solve dependency issue with Manifest file. Error below:

julia> using AutonomousMerging
[ Info: Precompiling AutonomousMerging [18677a90-5fa8-11e9-205f-47359215bfb0]
ERROR: LoadError: LoadError: UndefVarError: SceneRecord not defined
Stacktrace:
 [1] top-level scope at /Users/pegasus/.julia/packages/AutoUrban/27yQZ/src/actions.jl:72
 [2] include(::Module, ::String) at ./Base.jl:377
 [3] include(::String) at /Users/pegasus/.julia/packages/AutoUrban/27yQZ/src/AutoUrban.jl:3
 [4] top-level scope at /Users/pegasus/.julia/packages/AutoUrban/27yQZ/src/AutoUrban.jl:18
 [5] include(::Module, ::String) at ./Base.jl:377
 [6] top-level scope at none:2
 [7] eval at ./boot.jl:331 [inlined]
 [8] eval(::Expr) at ./client.jl:449
 [9] top-level scope at ./none:3
in expression starting at /Users/pegasus/.julia/packages/AutoUrban/27yQZ/src/actions.jl:72
in expression starting at /Users/pegasus/.julia/packages/AutoUrban/27yQZ/src/AutoUrban.jl:18
ERROR: LoadError: Failed to precompile AutoUrban [1385418a-9289-5a49-ab93-843b508de4cb] to /Users/pegasus/.julia/compiled/v1.4/AutoUrban/XNcPh_Oxkej.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1272
 [3] _require(::Base.PkgId) at ./loading.jl:1029
 [4] require(::Base.PkgId) at ./loading.jl:927
 [5] require(::Module, ::Symbol) at ./loading.jl:922
 [6] include(::Module, ::String) at ./Base.jl:377
 [7] top-level scope at none:2
 [8] eval at ./boot.jl:331 [inlined]
 [9] eval(::Expr) at ./client.jl:449
 [10] top-level scope at ./none:3
in expression starting at /Users/pegasus/.julia/packages/AutomotivePOMDPs/0vhkx/src/AutomotivePOMDPs.jl:16
ERROR: LoadError: Failed to precompile AutomotivePOMDPs [dca8afc0-c686-11e8-0934-712707da73aa] to /Users/pegasus/.julia/compiled/v1.4/AutomotivePOMDPs/L1lsd_Oxkej.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1272
 [3] _require(::Base.PkgId) at ./loading.jl:1029
 [4] require(::Base.PkgId) at ./loading.jl:927
 [5] require(::Module, ::Symbol) at ./loading.jl:922
 [6] include(::Module, ::String) at ./Base.jl:377
 [7] top-level scope at none:2
 [8] eval at ./boot.jl:331 [inlined]
 [9] eval(::Expr) at ./client.jl:449
 [10] top-level scope at ./none:3
in expression starting at /Users/pegasus/.julia/packages/AutonomousMerging/AdC0F/src/AutonomousMerging.jl:14
ERROR: Failed to precompile AutonomousMerging [18677a90-5fa8-11e9-205f-47359215bfb0] to /Users/pegasus/.julia/compiled/v1.4/AutonomousMerging/1M5Oa_Oxkej.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1272
 [3] _require(::Base.PkgId) at ./loading.jl:1029
 [4] require(::Base.PkgId) at ./loading.jl:927
 [5] require(::Module, ::Symbol) at ./loading.jl:922

PeggyWang0 avatar Jul 08 '20 16:07 PeggyWang0