Skip to content

Error running Peacock #17394

Answered by milljm
ajyano22 asked this question in Q&A General
Discussion options

You must be logged in to vote

The error lies in line right after you executed peacock:

No executable found for method type(s): opt, dbg, oprof, devel

While you may have built modules, or the the combined module in particular, Peackock does not know how to search that direction. Peacock will search for binaries at your current working directory, and work 'backwards' (parent directory):

/home/aliyay/projects/moose/python/peacock
  nope. Go up one directory.
/home/aliyay/projects/moose/python
  nope. Go up one directory.
/home/aliyay/projects/moose
  nope. Go up one directory. Woops. We hit the root directory, tell the user:
`No executable found for method type(s): opt, dbg, oprof, devel`

What you need to do, is build th…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by GiudGiud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants