Kay Hayen
Kay Hayen
There may also be a `src` folder right?
DLLs are not data files. These DLLs not being required is very interesting. I wonder how to figure out, what is needed at all. I need to make a good...
Duplicated DLLs sounds really bad too. The DLLs are probably pulled in by detecting that extension modules use them. In case DLLs have to be duplicated (that happens occasionally, but...
Does `--include-module=webview.platforms.qt` help this, I am almost assuming that is a kind of implicit dependency missing right there. The pywebview plugin combined with a qt binding plugin should probably add...
The PyQt5 support is also incomplete unlike PySide6 which is perfect, as is GTK for all I know. I am however keeping this open, to checkout if we can give...
Yes, fair point. Making things work on older systems is of course an art by itself. Recognizing the argument given is not yet practical, so this will remain the packagers...
Any feedback on my last question?
Closing for lack of feedback
I think I had some uses of librosa working, but numba is a problem, since we don't have the bytecode in compiled functions for obvious reasons. We recently added module...
So, librosa is its newest incarnation will not work without numba at all, and does not support disabling the JIT at all. It has a `@stencil` decorator that just outright...