Hey everyone, I'm looking to use Python's hou module from within a Rust program via PyO3. I've sourced the houdini_setup script in my environment and have run the enable_hou_module() in my code. However, whenever I get to the point at which my code finally imports the hou module, I get the following error:
Error: ImportError: dlopen(/Applications/Houdini/Houdini19.5.716/Frameworks/Houdini.framework/Versions/Current/Resources/houdini/python3.9libs/_hou.so, 0x000A): symbol not found in flat namespace '_RegisterConnexionClient'
Does anyone have any ideas as to why this would be the case and how I would correct it? For reference, I'm able to run the `hython` command from my shell just fine.