MetahumanForMaya Plugin not loaded (5.6)

Hello
i have a problem loading Metahuman Plugin for Maya 2024.
I installed the plug-in according the documentation, but Maya is unable to load.
I tried to set the system variables and deinstalled QuixelBridge, but it doesent work..

Please can you help here?

i am getting an error code in Scripteditor
// Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: Cannot determine the major version of library ‘dna’. Expected a ‘VersionInfo_getVersionString’ method or ‘version’ attribute.
// # Traceback (most recent call last):
// # File “C:/Program Files/Epic Games/MetaHumanForMaya/plugin/MetaHumanForMaya.py”, line 511, in initializePlugin
// # initialization = initialization_checks()
// # File “C:/Program Files/Epic Games/MetaHumanForMaya/plugin/MetaHumanForMaya.py”, line 343, in initialization_checks
// # check, actual = check_lib_version(name, expected)
// # File “C:/Program Files/Epic Games/MetaHumanForMaya/plugin/MetaHumanForMaya.py”, line 319, in check_lib_version
// # raise AttributeError(
// # AttributeError: Cannot determine the major version of library ‘dna’. Expected a ‘VersionInfo_getVersionString’ method or ‘version’ attribute.
// Warning: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: Failed to call script initialize function
// Error: file: C:/Program Files/Autodesk/Maya2024/scripts/others/pluginWin.mel line 316: (MetaHumanForMaya)

1 Like

Got the same thing on 2024. works like a charm on 2025.
I had used 3rd party plugins that used the metahuman dna calibration and it probably overwritten some manifest or maya config file(s). I traced the python code and the library file does indeed have a version number variable.