-
I've been struggling to fix an error that has come up after building a Spyder PyAEDT environment in Anaconda and am hoping that someone can point me in the right direction to get things up and running. I am using the student version of AEDT on a Windows 10 workstation and noticed that when the version of AEDT is called out in some examples, it wasn't clear how to populate the field for the student version. At first I thought this might be the reason for the error that I'm receiving, but after reading through the discussions and bug reports here it seems that it may be something much more basic that I'm not understanding. Running as suggested in another thread:
Followed by:
Yields the error that I was receiving by trying to run an example, which is as follows:
Since this appears to be a file not found error, I have tried to remove the environment and rebuild it several times but am still receiving the same error. Any help is greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You mentioned you didn't see how to specify the student version, try adding in the student_version=True flag in the hfss(...) command and see if that helps. https://aedt.docs.pyansys.com/version/stable/API/Primitives3D.html |
Beta Was this translation helpful? Give feedback.
-
Just wanted to provide an update on things that I have tried today to see if they will fix the problem.
Upon restarting Spyder and attempting these commands again, I still run into the same set of errors. |
Beta Was this translation helpful? Give feedback.
Thanks for the suggestion it's much appreciated!
As an update, this turned out to be a bug that was corrected in the 0.6.74 release