You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the above warning when try to do: using SymbolicRegression: Options, Expression, Node
Version
0.23.3
Operating System
Linux
Interface
Jupyter Notebook
Relevant log output
WARNING: could not import SymbolicRegression.Expression into Main
Extra Info
This also happens when running from script or cli:
julia --project=@my_MLJ_env init.jl
WARNING: could not import SymbolicRegression.Expression into Main
ERROR: LoadError: UndefVarError: `Expression` not defined in `Main`
Stacktrace:
[1] (::var"#1#2")(i::Int64)
@ Main ./none:0
[2] iterate
@ ./generator.jl:48 [inlined]
[3] collect(itr::Base.Generator{UnitRange{Int64}, var"#1#2"})
@ Base ./array.jl:780
[4] top-level scope
@ ~/experiments/MLJ_jl/init.jl:8
in expression starting at /home/johnbendi/experiments/MLJ_jl/init.jl:8
What happened?
I get the above warning when try to do:
using SymbolicRegression: Options, Expression, Node
Version
0.23.3
Operating System
Linux
Interface
Jupyter Notebook
Relevant log output
Extra Info
This also happens when running from script or cli:
Content of init.jl:
The text was updated successfully, but these errors were encountered: