Emergency Self-Construct
Emergency Self-Construct
The Numba version 0.51.2 has been released recently and I was wondering if this may have fixed this issue? Is anybody still experiencing this today?
@Endor-8 thanks for following up on this.
@spring-haru thanks for asking about this on the Numba issue tracker. I believe you may be able to use http://numba.pydata.org/numba-doc/latest/developer/autogen_numpy_listing.html#numpy.random.normal as a basis to sample from a multinomial Gaussian. I...
There are some weird failures: ``` ====================================================================== FAIL: test_unsafe_import_in_registry (numba.tests.test_np_functions.TestRegistryImports) ---------------------------------------------------------------------- Traceback (most recent call last): File "D:\a\1\s\numba\tests\test_np_functions.py", line 6896, in test_unsafe_import_in_registry self.assertEqual(b"", error.strip(), msg=f"--ERROR--\n{error}\n") AssertionError: b'' != b'D:\\a\\1\\s\\numba\\__init__.py:43: UserW[122...
Caching in Numba when used from packages can be a bit fickle. Can you look at: https://github.com/numba/numba/issues/9312 perhaps this is somewhat of a duplicate of that?
I tried to reproduce this, but unfortunately could not. I tried the steps listed in the reproducer and received not error, so sorry.
I would put a breakpoint somewhere in here: https://github.com/numba/numba/blob/main/numba/core/caching.py#L332 and try to see why non of the locators seem to be working. You can modify the installed Numba in the...
We discussed this during the developer meeting today, our best guess is that the `site-packages` directory isn't writable. Numba will try to place the cached compiled variant of the function...
@dargen3 thanks for asking about this on the Numba issue tracker. Unfortunately we don't have any estimates as to when this feature will be prioritized and scheduled for implementation from...
Marking as a 'feature request' and changing the title to reflect this.