You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to open Rocky from Python with pyrocky.launch_rocky(), it cannot find the Rocky binary file, because the AWP_ROOT enviaroment variable is not defined by default in the installation
Traceback (most recent call last):
File "", line 1, in
File "/opt/pyrocky/lib/python3.11/site-packages/ansys/rocky/core/launcher.py", line 78, in launch_rocky
raise FileNotFoundError("Rocky executable is not found.")
FileNotFoundError: Rocky executable is not found.
📝 Steps to reproduce
Install ansys-rocky-core
run the following script:
import ansys.rocky.core as pyrocky
rocky = pyrocky.launch_rocky()
🔍 Before submitting the issue
🐞 Description of the bug
When I try to open Rocky from Python with pyrocky.launch_rocky(), it cannot find the Rocky binary file, because the AWP_ROOT enviaroment variable is not defined by default in the installation
Traceback (most recent call last):
File "", line 1, in
File "/opt/pyrocky/lib/python3.11/site-packages/ansys/rocky/core/launcher.py", line 78, in launch_rocky
raise FileNotFoundError("Rocky executable is not found.")
FileNotFoundError: Rocky executable is not found.
📝 Steps to reproduce
import ansys.rocky.core as pyrocky
rocky = pyrocky.launch_rocky()
💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
Ansys Rocky 2024 R1.1
🐍 Which Python version are you using?
3.11
📦 Installed packages
The text was updated successfully, but these errors were encountered: