Hello,
I am working on an extension that references a Python FMU library (FMPy); however, when I run related code in the extension, I get the following error (attached log file as well):
win32Log.txt (1.4 MB)
The library itself references the win32file module, but Omniverse is unable to recognize it. It seems that installing pywin32 using pyapi (pipapi.install) is a solution online, but that does not seem to fix the problem. I’ve additionally tried using a subprocess to call a separate file (subprocess.run/call) containing fmpy but no luck either.
Any help would be appreciated!