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.
Pythonnet version: 2.4.0 Python version: 3.7.3 Operating System: Debian 9.12 I am trying to integrate Python code into .NET, with using((Py.GIL())); I am actually using the exact example provided with ...