In case someone else runs into the problem of missing menus when loading the plugin.
I’m running Maya on Ubuntu and it seems like the maya install is missing
libffi.so.6
You will likely get an error like this:
Error: ImportError: file
/usr/autodesk/maya2024/lib/python3.10/ctypes/init.py line 8:
libffi.so.6: cannot open shared object file: No such file or directory
It’s an easy fix. Check if your OS already has the python library installed somewhere and create a symbolic link named as libffi.so.6
Solution I used can be found here: