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
julia>using GaussianProcesses
ERROR: InitError: UndefVarError: Params not defined
Stacktrace:
[1] top-level scope
@ none:1
during initialization of module Inner
Hmm... on further investigation, this problem seems to occur depending on the order of installation of packages. I can't find a way to reliably replicate this, but I sometimes get it with just CSV and DataFrames installed, along with GaussianProcesses. However, changing the order in which I install fixes it.
I have the same problem, and solved it the same way you did: installing GaussianProcesses first. I haven't been able to determine the cause of the problem yet, but if I can reliably reproduce it, I'll post an update here.
I'm getting this on a fresh REPL:
on Julia 1.6.1 and this environment:
The text was updated successfully, but these errors were encountered: