Metahuman for maya instalation problem

Hi there!)
When i’m trying to load the new metahuman for maya plugin, I get error:
// Error: file: F:/Program Files/Autodesk/Maya2023/scripts/others/pluginWin.mel line 934: ModuleNotFoundError: file F:/Program Files/Epic Games/MetaHumanForMaya/plugin/MetaHumanForMaya.py line 18: No module named ‘qtpy’
// Warning: file: F:/Program Files/Autodesk/Maya2023/scripts/others/pluginWin.mel line 934: Failed to run file: F:/Program Files/Epic Games/MetaHumanForMaya/plugin/MetaHumanForMaya.py
// Error: file: F:/Program Files/Autodesk/Maya2023/scripts/others/pluginWin.mel line 934: (MetaHumanForMaya)
Could you help me with that^^

2 Likes

Hey @RustamTerekhov,

Are you able to provide us a little more info to be able to help you with this?

Could you send the output of:

import sys
print(sys.path)

Have you already tried to uninstall and reinstal?

1 Like

Hi @JamesPullan

I’m having the exact same issue and error even after a re-install.

// Error: ModuleNotFoundError: file E:/EpicGames/MetaHumanForMaya/plugin/MetaHumanForMaya.py line 18: No module named 'qtpy'
// Warning: file: C:/Program Files/Autodesk/Maya2025/scripts/others/pluginWin.mel line 934: Failed to run file: E:/EpicGames/MetaHumanForMaya/plugin/MetaHumanForMaya.py
// Error: file: C:/Program Files/Autodesk/Maya2025/scripts/others/pluginWin.mel line 934:  (MetaHumanForMaya)

I put the plugin on the E drive - the same as my engine installs.

my output for
import sys
print(sys.path)

import sys
print(sys.path)
['C:/Users/lethi/Documents/maya/2025/scripts/site-packages', 'C:\\Program Files\\Autodesk\\Maya2025', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\ATF\\scripts', 'C:\\Program Files\\Autodesk\\Bifrost\\Maya2025\\2.11.0.0\\bifrost\\scripts', 'C:\\Program Files\\Common Files\\Autodesk\\ApplicationPlugins\\bifrost\\Contents\\scripts', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\BonusTools\\scripts', 'C:\\Program Files\\Autodesk\\LookdevX\\Maya\\2025\\1.6.0\\plug-ins\\lookdevx\\scripts', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\MASH\\scripts', 'C:\\Program Files\\Autodesk\\MayaUSD\\Maya2025\\0.30.0\\mayausd\\MayaUSD\\scripts', 'C:\\Program Files\\Autodesk\\MayaUSD\\Maya2025\\0.30.0\\mayausd\\MayaUSD\\plugin\\adsk\\scripts', 'C:\\Program Files\\Autodesk\\MayaUSD\\Maya2025\\0.30.0\\mayausd\\MayaUSD\\lib\\scripts', 'D:\\QuixelAssets\\support\\plugins\\maya\\7.3\\MSLiveLink', 'C:\\Program Files\\Autodesk\\MayaUSD\\Maya2025\\0.30.0\\mayausd\\USD\\lib\\python', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\fbx\\scripts', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\camd\\scripts', 'C:\\Program Files\\Autodesk\\Arnold\\Maya2025\\scripts', 'C:\\Program Files\\Allegorithmic\\Adobe Substance 3D for Maya\\2025\\scripts', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\sweep\\scripts', 'C:\\Program Files\\Autodesk\\Bifrost\\Maya2025\\2.11.0.0\\vnn\\scripts', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\xgen\\scripts', 'C:\\Program Files\\Autodesk\\Bifrost\\Maya2025\\2.11.0.0\\bifrost\\python\\site-packages', 'C:\\Program Files\\Autodesk\\Maya2025\\plug-ins\\BonusTools\\python', 'C:\\Program Files\\Autodesk\\LookdevX\\Maya\\2025\\1.6.0\\plug-ins\\lookdevx\\python', 'C:\\Program Files\\Autodesk\\MayaUSD\\Maya2025\\0.30.0\\mayausd\\MayaUSD\\lib\\python', 'C:\\Program Files\\Autodesk\\Maya2025\\bin\\python311.zip', 'C:\\Program Files\\Autodesk\\Maya2025\\Python\\DLLs', 'C:\\Program Files\\Autodesk\\Maya2025\\Python\\Lib', 'C:\\Program Files\\Autodesk\\Maya2025\\bin', 'C:\\Program Files\\Autodesk\\Maya2025\\Python', 'C:\\Program Files\\Autodesk\\Maya2025\\Python\\Lib\\site-packages', 'C:\\Program Files\\Autodesk\\Maya2025\\bin\\python311.zip\\lib-tk', 'C:/Users/lethi/Documents/maya/2025/prefs/scripts', 'C:/Users/lethi/Documents/maya/2025/scripts', 'C:/Users/lethi/Documents/maya/scripts', 'D:\\QuixelAssets\\support\\plugins\\maya\\7.3\\MSLiveLink\\DHI\\pose_wrangler', '..', 'D:\\QuixelAssets\\support\\plugins\\maya\\7.3\\MSLiveLink\\Megascans\\RequestLibrary', '..', 'D:\\QuixelAssets\\support\\plugins\\maya\\7.3\\MSLiveLink\\DHI', 'D:\\QuixelAssets\\support\\plugins\\maya\\7.3\\MSLiveLink\\DHI\\plugins\\Windows\\pydna\\python311', 'D:\\QuixelAssets\\support\\plugins\\maya\\7.3\\MSLiveLink\\DHI\\plugins\\Windows\\2025', 'C:\\Program Files\\Autodesk\\Bifrost\\Maya2025\\2.11.0.0\\bifrost\\python\\python-external', 'C:\\Program Files\\Autodesk\\Arnold\\Maya2025\\extensions']
1 Like

Hey,

It’s most likely that the MAYA_MODULE_PATH system variable is not set.

This needs to be set to the install location you have chosen.

In your example @LeahMcEwen it would be as follows:

Cheers
James

1 Like

Thanks James, but no luck on my end, even after a restart and reinstall of metahuman for maya.

I uninstalled the plugin again and removed it from my engine before starting fresh. I then re-downloaded and re-installed to my C drive (just the default). the install automatically created the environment variable but I’m still getting the error (now on the C drive)

// Error: ModuleNotFoundError: file C:/Program Files/Epic Games/MetaHumanForMaya/plugin/MetaHumanForMaya.py line 18: No module named 'qtpy'
// Warning: file: C:/Program Files/Autodesk/Maya2025/scripts/others/pluginWin.mel line 934: Failed to run file: C:/Program Files/Epic Games/MetaHumanForMaya/plugin/MetaHumanForMaya.py
// Error: file: C:/Program Files/Autodesk/Maya2025/scripts/others/pluginWin.mel line 934:  (MetaHumanForMaya)

2 Likes

Hey, just wanted to add, I think my issue was due to an out dated version of the bridge plugin for mega scans. I deleted that plugin completely from the folder structure and the metahuman for maya plugin is working now.

Thanks again for checking it out, @JamesPullan

1 Like

I have a similar question. May I ask which specific file directory to delete? Thank you

I have the same problem then I found that the metahuman does not support maya 2026.
I hope the plugin to get update for supporting maya 2026 version

2 Likes

I have exactly the same problem, which Bridge file should I delete?

1 Like

Sorry, I was testing it in Maya 2026, It works in my old Maya 2022, after uninstalling M 2026. Anyway, I hope you guys can have this for Maya 2026 soon, thanks.

At that point I was tearing my hair out and didn’t write it down!

I think it was in the default Documents folder: C:\Users\USERNAME\Documents\maya

It was a friend that helped me find it. I don’t think it was in a specific maya version but it was it’s own folder, maybe in plugins and I just deleted the root folder for Bridge


I followed the instructions above to delete the Quixel Bridge plugin for Maya and reinstalled MetaHumanForMaya. Now it works.

Went through the same. I moved the UE5 engine to the default location and removed the Megascans plugin from Maya and no luck. I get the exact same issue on Maya 2025.3. Pretty frustrating…

Took me a while to figure this one out..

Turns out the automatic install process did not add the variable to maya.env

So, long story short, in your maya.env file, look for MAYA_MODULE_PATH and add it yourself.

e.g:

MAYA_MODULE_PATH=C:\Program Files\Epic Games\MetaHumanForMaya;

That is where the MetaHumanForMaya.mod file the plugin needs lives. Change directories if you have the plugin installed somewhere else.

Note that I added the Environment variable as JamesPullan suggests a couple of posts above. You might or might not need to, I have not checked.

Hope that helped.

1 Like

Thanks

Hey there. Would like to confirm and/or ask if sombody has successfuly make it works in maya 2026 on macOs? Tried to play with.env files, and no luck at all. Plugin in not appear in maya plugins

@RustamTerekhov I have the same problem and I found a solution. The problem is in Metapipe for DNA modifications that I used before. Check MAYA_MODULE_PATH in user variables (global system variables) and change “dna_calib” to the correct path. After that you need to find the MetaHuman plugin in the plugin manager, you don’t need to add it manually (this error occurs when you try to open it manually)