Kay Hayen

Results 1287 comments of Kay Hayen

Probably this would be something the torch plugin could do, looking at that extra code. But Torch is really only a program generator there, so using Nuitka might be heavily...

I am going over old issues that escaped my attention, this seems like a good example code actually. I would hope the original issue is solved, but this seems to...

So, it appears, that it downloads on the target machine, which I would assume is not desirable, and then the downloaded code, e.g. does not find `psutil`. I believe we...

Yes, it might be a duplicate, if you want to help, in `nuitka.freezer.Standalone` there is probably not much to do, to make it handle `@rpath/` better. Otherwise you will have...

Are you saying it's not in `otool` output and cannot be changed? Because if it's not things will be very ugly for us.

Well, yes, and Nuitka does that in said code, but somehow fails in this instance, that's what I asked you to debug and correct.

There is https://speedcenter.nuitka.net/ but it's not very concise.

I am actually writing the script right now to execute a benchmarking script with many Python versions, compiled and uncompiled, in order to be able to more easily update the...