Kay Hayen

Results 1287 comments of Kay Hayen

So, it seems there is an incompatibility between the meta path-based loader of Nuitka and the one of Python3.9 or higher. Nuitka loads the extension module and executes a "def"...

So, this can be distilled down to this: ``` import importlib.util import sys spec = importlib.util.find_spec("zlib") module = importlib.util.module_from_spec(spec) sys.modules["zlib"].crc32(b"a") ``` Basically, `module_from_spec`, which only calls `create_module` and, depending on...

This is an invasive change, but not too bad, I will try and tackle it for the next round of hotfixes, 2.2.1 has to go out now, 2.2.2 will be...

Did you also try without these? `--nofollow-import-to=tensorflow --nofollow-import-to=keras --noinclude-default-mode=warning --noinclude-numba-mode=nofollow` It's not a given that code handling their absence is not your issue.

And yes, very much better thank you. I am putting needs_example tag only because I asked a question, and that's how I know that I am waiting for a reply.

Without a reproducer, there is not a lot to see I am afraid. Probably the model has dependencies of some sorts, but I cannot tell that without seeing it.

So, cross compilation has not been supported for a long time, however, this looks like a good case for getting it started, esp. if you are willing to help. I...

For zig cc we did a bunch of work. For 3.11 or higher we got a workaround that uses their C++ compiler or what we call non C11 mode

I am currently in a crunch for 2.3 release, I will get in touch with the PR authors once I have the time for it after release. Until then 3.12...