// Error: file: C:/Program Files/Autodesk/Maya2022/scripts/others/pluginWin.mel line 316: (rapidrig_modular_v3)
I getting this error msg. I installed the final version of rrm 2023_10_17. I'm using Maya 2022.5, I cleaned up all Maya files and uninstalled them (prefs + complete uninstall maya + rrm 2023_10_17 ) but I still have the same issue.
Thanks.
404 Views





It's strange that it is getting hung up on the f-string formatting. That is compatible with Python in Maya 2022. Can you run the following two lines of code in the script editor, and let me know what it prints? import sys
print(sys.version)