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
importansys.dyna.core.solverassolverhostname="localhost"port="5000"dyna=launch_dyna(ip=hostname,port=port) # connect to the containerdyna.push("./output/ball_plate.k") # push an input filedyna.start(4) # start 4 ranks of mppdynadyna.run("i=ball_plate.k memory=10m ncycle=20000") # begin execution
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024 R1
🐍 Which Python version are you using?
3.11
📦 Installed packages
-
The text was updated successfully, but these errors were encountered:
---------------------------- Captured stdout call -----------------------------
Failed to start pydyna solver server locally
---------------------------- Captured stderr call -----------------------------
Python konnte nicht gefunden werden. Führen Sie die Verkn+üpfung ohne Argumente aus, um sie über den Microsoft Store zu installieren, oder deaktivieren Sie diese Verknüpfung unter
------------------------------ Captured log call ------------------------------
CRITICAL root:dynasolver.py:83 Can not connect to Solver Server
🔍 Before submitting the issue
🐞 Description of the bug
Launching server uses the
subprocess.Popen("python ..")
, if there is no python installed on system this leads to problems📝 Steps to reproduce
python
in terminal/cmd it should give out an error or message that python is not known command💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
2024 R1
🐍 Which Python version are you using?
3.11
📦 Installed packages
The text was updated successfully, but these errors were encountered: