Install PyAnsys#
The PyAnsys metapackage is distributed as a Python library. Its installation follows the standard Python package installation process.
Online installation#
Download and install PyAnsys from PyPI:
python -m pip install pyansys
python -m pip install pyansys
python -m pip install pyansys
The PyAnsys 2025.2.1 metapackage includes the following projects:
| PyAnsys project | Version |
|---|---|
| ansys-acp-core | 0.2.1 |
| ansys-additive-core | 0.20.0 |
| ansys-conceptev-core | 0.9.4 |
| ansys-dpf-composites | 0.7.0 |
| ansys-dpf-core | 0.14.1 |
| ansys-dpf-post | 0.10.0 |
| ansys-dyna-core | 0.9.0 |
| ansys-dynamicreporting-core | 0.10.1 |
| ansys-edb-core | 0.2.1 |
| ansys-fluent-core | 0.34.1 |
| ansys-geometry-core | 0.11.0 |
| ansys-hps-client | 0.10.1 |
| ansys-hps-data-transfer-client | 0.2.1 |
| ansys-mapdl-core | 0.70.2 |
| ansys-math-core | 0.2.4 |
| ansys-mechanical-core | 0.11.30 |
| ansys-meshing-prime | 0.9.1 |
| ansys-modelcenter-workflow | 0.1.1 |
| ansys-motorcad-core | 0.7.4 |
| ansys-optislang-core | 1.0.0 |
| ansys-platform-instancemanagement | 1.1.2 |
| ansys-pyensight-core | 0.10.9 |
| ansys-rocky-core | 0.3.2 |
| ansys-seascape | 0.2.0 |
| ansys-sherlock-core | 0.9.0 |
| ansys-simai-core | 0.3.3 |
| ansys-sound-core | 0.2.1 |
| ansys-speos-core | 0.6.0 |
| ansys-stk | 0.1.1 |
| ansys-systemcoupling-core | 0.10.1 |
| ansys-turbogrid-core | 0.4.6 |
| ansys-workbench-core | 0.9.0 |
| pyaedt | 0.18.1 |
| pyedb | 0.54.0 |
| pygranta | 2025.2.1 |
| pytwin | 0.9.2 |
Additional targets#
The PyAnsys metapackage contains various targets for installing additional libraries and tools.
Install by running:
python -m pip install pyansys[mapdl-all]
| PyAnsys project | Version |
|---|---|
| ansys-mapdl-reader | 0.55.1 |
Install by running:
python -m pip install pyansys[fluent-all]
| PyAnsys project | Version |
|---|---|
| ansys-fluent-visualization | 0.21.1 |
Install by running:
python -m pip install pyansys[tools]
| PyAnsys project | Version |
|---|---|
| ansys-materials-manager | 0.3.0 |
| ansys-tools-filetransfer | 0.1.1 |
| ansys-tools-local-product-launcher | 0.1.1 |
| ansys-tools-path | 0.7.3 |
| ansys-tools-visualization-interface | 0.11.0 |
| ansys-units | 0.7.0 |
| pyansys-tools-report | 0.8.2 |
| pyansys-tools-versioning | 0.6.0 |
| pyansys-tools-variableinterop | 0.1.1 |
Install by running:
python -m pip install pyansys[all]
| PyAnsys project | Version |
|---|---|
| ansys-mapdl-reader | 0.55.1 |
| ansys-fluent-visualization | 0.21.1 |
| ansys-materials-manager | 0.3.0 |
| ansys-tools-filetransfer | 0.1.1 |
| ansys-tools-local-product-launcher | 0.1.1 |
| ansys-tools-path | 0.7.3 |
| ansys-tools-visualization-interface | 0.11.0 |
| ansys-units | 0.7.0 |
| pyansys-tools-report | 0.8.2 |
| pyansys-tools-versioning | 0.6.0 |
| pyansys-tools-variableinterop | 0.1.1 |
Offline installation#
Start by downloading the wheelhouse artifact for your platform:
Platform |
Python 3.10 |
Python 3.11 |
Python 3.12 |
Python 3.13 |
|---|---|---|---|---|
Windows |
||||
macOS |
||||
Linux |
Next, decompress the artifacts:
unzip <path/to/wheelhouse.zip> wheelhouse
Finally, install the PyAnsys metapackage using previously downloaded wheelhouse:
python -m pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed