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.3.1
ansys-additive-core 0.20.1
ansys-chemkin-core 0.1.1
ansys-conceptev-core 0.10.2
ansys-dpf-composites 0.7.0
ansys-dpf-core 0.15.0
ansys-dpf-post 0.11.0
ansys-dyna-core 0.10.0
ansys-edb-core 0.2.5
ansys-fluent-core 0.37.2
ansys-geometry-core 0.14.2
ansys-hps-client 0.11.1
ansys-hps-data-transfer-client 0.3.1
ansys-lumerical-core 0.2.0
ansys-mapdl-core 0.72.0
ansys-math-core 0.2.4
ansys-mechanical-core 0.12.2
ansys-meshing-prime 0.9.5
ansys-modelcenter-workflow 0.1.3
ansys-motorcad-core 0.8.4
ansys-optislang-core 1.4.1
ansys-platform-instancemanagement 1.1.2
ansys-pyensight-core 0.11.2
ansys-rocky-core 0.4.0
ansys-seascape 0.2.0
ansys-sherlock-core 1.0.0
ansys-simai-core 0.3.9
ansys-sound-core 0.3.0
ansys-speos-core 0.7.1
ansys-stk 0.2.1
ansys-systemcoupling-core 0.11.3
ansys-turbogrid-core 0.5.4
ansys-workbench-core 0.11.0
pyaedt 0.24.1
pyedb 0.68.1
pygranta 2025.2.1
pytwin 0.11.0

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.2

Install by running:

python -m pip install pyansys[fluent-all]
PyAnsys project Version
ansys-fluent-visualization 0.24.0

Install by running:

python -m pip install pyansys[tools]
PyAnsys project Version
ansys-materials-manager 0.3.1
ansys-tools-common 0.4.2
ansys-tools-filetransfer 0.2.1
ansys-tools-visualization-interface 0.12.1
ansys-units 0.10.1
pyansys-tools-variableinterop 0.1.2

Install by running:

python -m pip install pyansys[all]
PyAnsys project Version
ansys-mapdl-reader 0.55.2
ansys-fluent-visualization 0.24.0
ansys-materials-manager 0.3.1
ansys-tools-common 0.4.2
ansys-tools-filetransfer 0.2.1
ansys-tools-visualization-interface 0.12.1
ansys-units 0.10.1
pyansys-tools-variableinterop 0.1.2

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