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.1.dev0 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.1
ansys-dyna-core 0.9.0
ansys-dynamicreporting-core 0.10.1
ansys-edb-core 0.2.1
ansys-fluent-core 0.34.2
ansys-geometry-core 0.11.2
ansys-hps-client 0.11.1
ansys-hps-data-transfer-client 0.3.0
ansys-mapdl-core 0.71.0
ansys-math-core 0.2.4
ansys-mechanical-core 0.11.32
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.10
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.7
ansys-workbench-core 0.9.0
pyaedt 0.18.1
pyedb 0.55.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:

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