EMIT Designs fail to launch correctly with 0.18 and 0.19 #6646
-
|
Hi, The design itself looks to be created correctly in the GUI (blank EMIT design with the right version/project path and no contents etc.) but it generates this error at the end. I've tested with AEDT 2025.2/Python 3.12.1 and PyAEDT 0.18 and 0.19, native python and Jupyter Notebook, and all give the same error from the init method. Is there a workaround for this? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
As a follow up, it might be a hardcoded version issue somewhere in the library but I'm not sure: Testing with 2025.1/Python 3.12.1/PyAEDT 0.19 and the same script launches correctly |
Beta Was this translation helpful? Give feedback.
-
|
Hi @JonathonMcMullan , EMIT API has a limitation, it only works for Python 3.10. In future AEDT releases other python versions will be added. @jsalant22 please try with 3.10 |
Beta Was this translation helpful? Give feedback.
Hi @JonathonMcMullan ,
EMIT API has a limitation, it only works for Python 3.10. In future AEDT releases other python versions will be added. @jsalant22
please try with 3.10