Pythonnet version: 3.0.4 Python version: 3.11.2 Operating System: macOS (M1 Pro), linux (x86 and ARM).NET Runtime: 9.0 It seems that there is a compatibility issue with .NET 9 on macOS and Linux.
Describe what you were trying to get done: I am using PythonNet in a C# application to run multiple Python scripts sequentially, each contained in different modules. However, I am encountering ...