Graham Markall
Graham Markall
> If this can help, I think this should be a cross-platform fix anyway? We can use `os.stat` to check for write permissions on a potential cache folder and reject...
> And then run most of the stuff with: `export NUMBA_DISABLE_JIT=1` so as to disable Just In Time compilation errors. YMMV ... If you have to do this to avoid...
I don't know Termux - is it bascially like a Linux aarch64 distro? If so, is there a reason that aarch64 wheels cannot be used?
> > is there a reason that aarch64 wheels cannot be used? > > Yes, a banal one: because it compiles anew and fails before (llvm20) and now (llm21), see...
> Do you know why it's not using the published wheel? Answering my own question: likely because it uses the bionic libc so a manylinux wheel may not be usable.
@sklam / @seibert / @stuartarchibald Are probably best-placed to comment on this. (I'm handling triage duty for Numba / llvmlite at the moment, but I don't know much at all...