Bugreport on Machinima 2022.3.0 Beta + solution

I have found a bug in Machinima 2022.3.0. There is a problem with provided scipy-1.7.3 library in Audio2Face Player in directory “/opt/omniverse/ov/pkg/deps/a763c9e524972268d84832d5d2e5b4e1/extscache/omni.audio2face.player_deps-104.7.0+104.1.lx64/deps/py”:

[Error] [omni.ext._impl.custom_importer] Failed to import python module omni.audio2face.player
Error: /opt/omniverse/ov/pkg/deps/a763c9e524972268d84832d5d2e5b4e1/extscache/omni.audio2face.player_deps-104.7.0+104.1.lx64/deps/py/scipy/li
nalg/_fblas.cpython-37m-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned.

I am running Linux version of the application on Ubuntu 20.04 LTS. The problem can be easily fixed by downloading same version of scipy-1.7.3 from pypi python repository and replacing affected scipy subpackage, thus modifying existing installation of Machinima. After replacing scipy with same version but from official source, the crash in terminal no longer happens and the bug is fixed. Your developers should do the same and fix the bug.