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.8
ansys-dpf-composites 0.6.2
ansys-dpf-core 0.13.4
ansys-dpf-post 0.9.2
ansys-dyna-core 0.7.0
ansys-dynamicreporting-core 0.9.0
ansys-edb-core 0.1.9
ansys-fluent-core 0.29.0
ansys-geometry-core 0.8.2
ansys-hps-client 0.9.1
ansys-mapdl-core 0.68.6
ansys-math-core 0.2.2
ansys-mechanical-core 0.11.13
ansys-meshing-prime 0.7.0
ansys-modelcenter-workflow 0.1.1
ansys-motorcad-core 0.7.0
ansys-optislang-core 0.9.4
ansys-platform-instancemanagement 1.1.2
ansys-pyensight-core 0.9.10
ansys-rocky-core 0.3.2
ansys-seascape 0.2.0
ansys-sherlock-core 0.8.2
ansys-simai-core 0.2.6
ansys-sound-core 0.1.3
ansys-systemcoupling-core 0.8.0
ansys-turbogrid-core 0.4.1
ansys-workbench-core 0.8.0
pyaedt 0.14.0
pyedb 0.37.0
pygranta 2025.1.0
pytwin 0.7.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.17.0

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.1
ansys-units 0.3.4
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.17.0
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.1
ansys-units 0.3.4
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