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.
I just have the same issue so i just installed the RRM3 plugin today.
so i did the turn on "Show Stack Trace" stuff grab more infos from the script editor.
// Warning: file: C:/Program Files/Autodesk/Maya2022/scripts/others/pluginWin.mel line 316: Failed to run file: C:/ProgramData/Autodesk/ApplicationPlugins/rrm3/Contents/plug-ins/2022/rapidrig_modular_v3.py //
# File "C:/ProgramData/Autodesk/ApplicationPlugins/rrm3/Contents/plug-ins/2022/rapidrig_modular_v3.py", line 44
There isn't much to go off of with that description or error.
What were you trying to do that triggered that error?
In your script editor, can you go to the History menu, and turn on "Show Stack Trace". Once on, can you do whatever it is that triggered that error and see if you get additional error information in the script editor?
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
Hello Dustin,
I just have the same issue so i just installed the RRM3 plugin today.
so i did the turn on "Show Stack Trace" stuff grab more infos from the script editor.
// Warning: file: C:/Program Files/Autodesk/Maya2022/scripts/others/pluginWin.mel line 316: Failed to run file: C:/ProgramData/Autodesk/ApplicationPlugins/rrm3/Contents/plug-ins/2022/rapidrig_modular_v3.py //
# File "C:/ProgramData/Autodesk/ApplicationPlugins/rrm3/Contents/plug-ins/2022/rapidrig_modular_v3.py", line 44
# rrm_prefix = f'RRM{version_int}'
# ^
# SyntaxError: invalid syntax //
Hope you can help, Thx
There isn't much to go off of with that description or error.
What were you trying to do that triggered that error?
In your script editor, can you go to the History menu, and turn on "Show Stack Trace". Once on, can you do whatever it is that triggered that error and see if you get additional error information in the script editor?