You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using vmprof in a conda environment on OS X, with Python 3.6. When I use the numba @jit decorator, profiling fails with the error "Illegal instruction: 4". If I remove the @jit decorator, no error occurs. Without profiling with vmprof, the code runs with no errors.
I am using vmprof in a conda environment on OS X, with Python 3.6. When I use the numba
@jit
decorator, profiling fails with the error "Illegal instruction: 4". If I remove the@jit
decorator, no error occurs. Without profiling withvmprof
, the code runs with no errors.vmprof versions: 0.4.12 (pip) and 0.4.9 (conda-forge)
Python: 3.6.4 (conda)
numba: 0.37.0 (conda build np113py36h6d7bb6e_0)
OS X: 10.13.14
The text was updated successfully, but these errors were encountered: