person142/spycial

`import spycial` fails with `LLVM ERROR: Symbol not found: .numba.unresolved$_ZN7spycial3erf9_erf...`

Opened this issue · 0 comments

slayoo commented

On a fresh installation using pip install spycial on Python 3.10:

$ python
Python 3.10.6 (main, Aug 10 2022, 11:19:32) [GCC 12.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import spycial
LLVM ERROR: Symbol not found: .numba.unresolved$_ZN7spycial3erf9_erf_erfcB3v41B38c8tJTIcFHzwl2ILiXkcBV0KBSgP9CGZpAgA_3dEd28Literal_5bbool_5d_28False_29
Aborted

Numba 0.56.3
Debian Linux x86_64

Any hints? Thanks