could not import matplotlib #20459
-
|
Hi, I am a new user of MOOSE. I was trying to use peacock to run the input because I would like to see the visualized result. My command was the one provide in the slides of 2022. '~/projects/moose/python/peacock/peacock -i step1.i' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hello You are using Ubuntu on your local machine? Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
You are using Ubuntu on your local machine?
Did you activate the conda (mamba) environement?
Can you install matplotlib with
mamba install matplotlib?Guillaume