[Bug 274659] devel/numpy: Failure to initialize

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 22 Oct 2023 21:19:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274659

            Bug ID: 274659
           Summary: devel/numpy: Failure to initialize
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jwb@freebsd.org

Getting the following error in a simple python script that has worked for
years.  Some discussion threads indicate an issue with certain numpy versions.

Traceback (most recent call last):
  File "/usr/home/bacon/Prog/Src/Lang-speed/./selsort-numba.py", line 4, in
<module>
    from numba import jit
  File "/usr/local/lib/python3.9/site-packages/numba/__init__.py", line 42, in
<module>
    from numba.np.ufunc import (vectorize, guvectorize, threading_layer,
  File "/usr/local/lib/python3.9/site-packages/numba/np/ufunc/__init__.py",
line 3, in <module>
    from numba.np.ufunc.decorators import Vectorize, GUVectorize, vectorize,
guvectorize
  File "/usr/local/lib/python3.9/site-packages/numba/np/ufunc/decorators.py",
line 3, in <module>
    from numba.np.ufunc import _internal
SystemError: initialization of _internal failed without raising an exception

-- 
You are receiving this mail because:
You are the assignee for the bug.