Closed raj366v closed 1 week ago
The issue has been successfully resolved. By launching Jupyter Lab or Notebook directly from the command prompt instead of through the Ansys Python Manager, I was able to Launch a Fluent session using PyFluent commands without any issues.
special thanks to @PyPablo for the guidance in troubleshooting and resolving this!
🔍 Before submitting the issue
🐞 Description of the bug
When i try to Launch Ansys Fluent version 24R2 by using below pyfluent command getting error.. but i observe that for 24R1 i am able to launch my fluent session, for 24R2 facing this issue.
thanks if you have any suggestions for me..to solve this
Above are the error messages while executing the launch_fluent command.
📝 Steps to reproduce
just try to Launch fluent by using below command by providing product version 24R2
import ansys.fluent.core as pyfluent
Launch Ansys Fluent in Meshing mode
meshing=pyfluent.launch_fluent(product_version="24.2.0",ui_mode="gui",precision='double',processor_count=12,mode="meshing")
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Ansys Flunet 24R2
🐍 Which Python version are you using?
3.12
📦 Installed packages