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.1.0
ansys-additive-core 0.19.1
ansys-additive-widgets 0.2.1
ansys-conceptev-core 0.9.2
ansys-dpf-composites 0.6.2
ansys-dpf-core 0.13.6
ansys-dpf-post 0.9.2
ansys-dyna-core 0.7.1
ansys-dynamicreporting-core 0.9.0
ansys-edb-core 0.1.9
ansys-fluent-core 0.30.2
ansys-geometry-core 0.10.2
ansys-hps-client 0.10.1
ansys-hps-data-transfer-client 0.2.0
ansys-mapdl-core 0.69.3
ansys-math-core 0.2.2
ansys-mechanical-core 0.11.14
ansys-meshing-prime 0.7.0
ansys-modelcenter-workflow 0.1.1
ansys-motorcad-core 0.7.0
ansys-optislang-core 0.10.0
ansys-platform-instancemanagement 1.1.2
ansys-pyensight-core 0.9.11
ansys-rocky-core 0.3.2
ansys-seascape 0.2.0
ansys-sherlock-core 0.8.2
ansys-simai-core 0.2.7
ansys-sound-core 0.1.3
ansys-speos-core 0.3.0
ansys-systemcoupling-core 0.9.0
ansys-turbogrid-core 0.4.1
ansys-workbench-core 0.8.0
pyaedt 0.15.3
pyedb 0.39.1
pygranta 2025.1.0
pytwin 0.8.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.54.2

Install by running:

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

Install by running:

python -m pip install pyansys[tools]
PyAnsys project Version
ansys-materials-manager 0.2.3
ansys-tools-filetransfer 0.1.1
ansys-tools-local-product-launcher 0.1.1
ansys-tools-path 0.7.1
ansys-tools-visualization-interface 0.8.3
ansys-units 0.4.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.54.2
ansys-fluent-visualization 0.19.2
ansys-materials-manager 0.2.3
ansys-tools-filetransfer 0.1.1
ansys-tools-local-product-launcher 0.1.1
ansys-tools-path 0.7.1
ansys-tools-visualization-interface 0.8.3
ansys-units 0.4.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