ansys / pyfluent-visualization

Visualize Ansys Fluent simulations using Python
https://visualization.fluent.docs.pyansys.com
MIT License
24 stars 3 forks source link

ansys-fluent-visualization error in importing graphics #397

Open nehajoshi4598 opened 2 weeks ago

nehajoshi4598 commented 2 weeks ago

📝 Description of the example

I am getting error in this code from ansys.fluent.visualization.pyvista import Graphics This is the error , PyFluent Visualization AttributeError: module 'PySide6.QtPrintSupport' has no attribute 'QDragEnterEvent'

📁 Files needed for running the example

PyFluent Visualization

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

ANSYS 2024 R1

🐍 Which Python version are you using?

3.11

📦 Installed packages

pip install ansys-fluent-core
pip install ansys-fluent-parametric
pip install ansys-fluent-visualization
prmukherj commented 4 days ago

@nehajoshi4598, could you please re-run using the latest release of py-visualization. Thank you.