Launching RV within Maya

I am attempting to launch RV 2024.1.0 from within maya 2024.2, triggered by a viewport playblast. Alternatively i am launching like this from maya’s python script editor:
os.system(path_to_rv_executable)

RV briefly opens then closes. I am seeing many shiboken2 import errors such as:

PySide2/init.py: Unable to import shiboken2

ImportError: RV/lib/python3.10/site-packages/shiboken2/shiboken2.cpython-310-x86_64-linux-gnu.so: undefined symbol: ZN8Shiboken27setErrorAboutWrongArgumentsEP7_objectPKcS1

RV launches fine on its own, it just doesn’t work from within maya’s env. RV 2023.2 seems to work fine when launched in this context.

This is likely a lack of understanding library compatibilities on my part, but are maya2024.2 and RV 2024.0.1 simply incompatible? How would one go about doing what I’m attempting to do?

more context: I am running Rocky Linux 9.4