Meinrad Recheis

Results 652 comments of Meinrad Recheis

> If I understand you correctly, I want to be looking at the following file: https://github.com/henon/Python.Included/blob/master/Python.Included/Installer.cs > > Is that correct? Only if we assume that the deployment didn't work....

Yes. Please post the link to issue you are about to create on their github here so other people with similar issues can follow.

If I were you I would check out the code of SetupPython and single step it in debugger to see exactly which line crashes.

I have no idea why the same line of code works in your app but not when called via the nuget or link the python included code base.

Can you explain why your change works?

and what if you call `SetupPython().Wait();` ? wouldn't that work?

by the way, there is a preview package including python 3.10: https://www.nuget.org/packages/Python.Included/3.10.0-preview2

Yes I did not change anything else. Since this seems to be a problem with `await` in your app I see no reason to change `SetupPython` from async to blocking...