Which Golaem package should I install?

Maya Version

The Maya version should fit the Golaem Package name (e.g. Golaem-8.2.2-Maya2023.exe for Maya 2023).

Python Version

If using Maya 2022, Houdini 19.0 or 19.5, a special attention should be made about the Python version of the installed Golaem Package. Those DCCs can be configured to run either with Python 2 or Python 3. One can check which version of Python it is running by using the following Python command:

# example when running the command with Maya 2022 Python 2
import sys
print(sys.version)
2.7.11 (default, Jul 1 2016, 02:08:48)