Kay Hayen
Kay Hayen
Can you confirm that "import torch" reproduces this for you?
Yes, checkout anti-bloat plugin, it's extremely powerful. Would also be kind if you shared what you get away with in terms of enforcing imports to not be followed. It will...
What I find, is that this is probably because as a compile method, when provided as `__init_subclass__` it is not annotated as a classmethod by Python core. Going to update...
@JoeyBallentine it has a more powerful version of the ignoring, which tells you where that happens. You provide custom rules, and can make it an error when it includes something...
It would be helpful if you shared your findings, so I can use that myself when I work on this. Right now I am not yet settled on how to...
ok, that's really a not to exclude scipy, I think. Generally making a minimal virtualenv is the recommended way, but I don't know if that fits in. I fear, tkinter...
Hello, please fill out the issue template. We need the information from there, esp. in terms of minimal reproducer, or whole program, where is it from if it's Free Software....
I can work from there, thanks
This is probably a variation of the inability to mix compiled modules with extension modules in a compiled package. Use standalone mode to work around that and let me know...
Only workaround at this time is to compile in standalone mode, I don't know yet what the loader of Nuitka is missing here in terms of mixing included and non-included...