How to avoid the warning in Icepak.post.create_fieldplot_surface() ? #3580
-
When I call the function Icepak.post.create_fieldplot_surface(), following warning always appears in my console. But the field plot is created in AEDT successfully. How can I avoid this warning?
|
Beta Was this translation helpful? Give feedback.
Answered by
Samuelopez-ansys
Oct 6, 2023
Replies: 1 comment
-
Hi @Rungenwagen, PyVista is not installed if you did just 'pip install pyaedt' You can install all postprocessing pyaedt requirements doing: pip install pyaedt[all] |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Samuelopez-ansys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Rungenwagen,
PyVista is not installed if you did just 'pip install pyaedt'
You can install all postprocessing pyaedt requirements doing:
pip install pyaedt[all]