jbwintergerst
jbwintergerst
Hi @kayhayen, I'm running into the same needs than @jurajmichalak1, what's the state of numba support in nuitka ? Can I be of any help ?
Is it possible to auto include precompiled numba .so files ? * when leaving only the .so file, nuitka ignores it => `ImportError` * when leaving source .py file with...
I'm working on a test case this afternoon I'm not using standalone nor accelerated. My objective is to compile a package. Here's the command I'm using (will be in the...
Here's a very minimal test case: https://github.com/jbwintergerst/nuitka-numba-compat
It might also be of some help to know that you can add numba's AOT compiler to a setup.py (not very practical since you have to add every file one...