ansys / python-installer-qt-gui

Python QT app for installing Python
https://installer.docs.pyansys.com/
MIT License
30 stars 5 forks source link

fix: conflicting DLLs in Path variable #344

Closed anssakthi closed 2 months ago

anssakthi commented 2 months ago

Hi @RobPasMue The issue arises from a version mismatch between the DLLs in the Ansys Python Manager and those required by Ansys Meshing Prime. The Ansys Python Manager's DLLs are being prioritized due to the inclusion of the Ansys Python Manager's _internal path in the system's Path variable. I have made the code changes to remove that path while launching command prompt and other applications.

image

image