In this code,
import ansys.meshing.prime as prime with prime.launch_prime() as prime_client: ...
I am getting this error:
Exception has occurred: FileNotFoundError No valid Ansys Prime Server found to launch. File "C:\Users\forha\OneDrive\Documents\GitHub\F1car-wAI\fluentTest.py", line 207, in <module> with prime.launch_prime() as prime_client: ^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: No valid Ansys Prime Server found to launch.
I'm not sure what it really means, or how to get the Ansys Prime Server. Thanks in advance for the help.