Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2023 21:19:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274659] devel/numpy: Failure to initialize
Message-ID:  <bug-274659-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274659

            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 versio=
ns.

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274659-7788>