Skip to content

pyAEDT on linux #5157

Closed Answered by Samuelopez-ansys
erikajob91 asked this question in Q&A
Sep 10, 2024 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @erikajob91 ,

PyAEDT is Linux compatible.

But you need at least AEDT 2023R1, because it is the first version that includes GRPC protocol which is the enabler of CPython in Linux. Before it was not possible because the communication protocol was COM, and it is Windows base.

I encourage you to use 2024R2, because by default AEDT opens a GRPC session. In previous versions, when the user opened AEDT, a COM session was opened.

Coming back to PyAEDT, if your script is going to open a new AEDT session, you need to set the 2 environment variables mentioned in the documentation, because the AEDT Installer does not create them. Once you set them(with the correct path) , you can activate your pyt…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@erikajob91
Comment options

@erikajob91
Comment options

@erikajob91
Comment options

Answer selected by Samuelopez-ansys
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants