PYAEDT installation issues - 25R2 AEDT installed #7051
raghav-pyaedt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have AEDT 25R2 installed in my machine. I want to install PYAEDT and extension tools like Via wizard. I'm facing issues. Any help to get me pyaedt installed into AEDT would be greatly appreciated!
I was trying to install the pyAEDT from this location below but I get the error when I try to run the script in AEDT tools > run script
Installation — PyAEDT
the log file says
OSError: [WinError 4551] Your organization used Device Guard to block this app. Contact your support person for more info
I have Python 3.13.3 installed as well as Python PIP installed.
I have used wheelhouse 3.10 to install along with pyaedt_installer_from_aedt but it gives out error
"
Traceback (most recent call last):
File "C:\UsersUsername\Downloads\pyaedt_installer_from_aedt.py", line 537, in
install_pyaedt()
File "C:\UsersUsername\Downloads\pyaedt_installer_from_aedt.py", line 454, in install_pyaedt
subprocess.run(command, check=True, env=env) # nosec
File "C:\Program Files\ANSYS Inc\v252\AnsysEM\commonfiles\CPython\3_10\winx64\Release\python\lib\subprocess.py", line 503, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Program Files\ANSYS Inc\v252\AnsysEM\commonfiles\CPython\3_10\winx64\Release\python\lib\subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Program Files\ANSYS Inc\v252\AnsysEM\commonfiles\CPython\3_10\winx64\Release\python\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified"
Beta Was this translation helpful? Give feedback.
All reactions