I get the following error when trying to save a Rhino Pollination file as .gem:
PO.V1.65.10.0 (Jul 14, 2025)
System.TypeLoadException: Could not load type 'Python.Runtime.PyModule' from assembly 'Python.Runtime, Version=3.7.4.0, Culture=neutral, PublicKeyToken=null'.
at ModelEditorSDK.Helper.PythonHelper.RunPythonScript(String moduleImport, IDictionary`2 cmdOptions, String[] cmdArgs, String& report)
at ModelEditorSDK.Helper.Translator.RunPythonScript(String moduleImport, IDictionary`2 cmdOptions, String inputModelFile, String& report)
at ModelEditorSDK.Helper.Translator.Translate(String modelPath, ExportType exportType, IDictionary`2 args, String& report)
at Core.PythonObjectHelper.Translate(String modelPath, ExportType exportType, IDictionary`2 args, String& report)
at Core.Utility.HBJsonToGem(String hbJsonPath, String outputFolder)
at Core.Exporters.ToGem(String gemFilePath, Boolean selectedOnly)