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

"Params not defined" when loading GaussianProcesses package #185

Open
mchitre opened this issue May 14, 2021 · 2 comments
Open

"Params not defined" when loading GaussianProcesses package #185

mchitre opened this issue May 14, 2021 · 2 comments

Comments

@mchitre
Copy link

mchitre commented May 14, 2021

I'm getting this on a fresh REPL:

julia> using GaussianProcesses
ERROR: InitError: UndefVarError: Params not defined
Stacktrace:
 [1] top-level scope
   @ none:1
during initialization of module Inner

on Julia 1.6.1 and this environment:

  [336ed68f] CSV v0.8.4
  [a93c6f00] DataFrames v1.1.1
  [891a1506] GaussianProcesses v0.12.3
  [91a5bcdd] Plots v1.14.0
  [df1fea92] SignalAnalysis v0.4.0
@mchitre mchitre changed the title Params not defined "Params not defined" when loading GaussianProcesses package May 14, 2021
@mchitre
Copy link
Author

mchitre commented May 15, 2021

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.

@doorisajar
Copy link

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.

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

2 participants