Closed mannu-arneja closed 3 years ago
This error occurs when generating pixplot: ImportError: numpy.core.multiarray failed to import
ImportError: numpy.core.multiarray failed to import
Issue with new release noted here: https://github.com/numba/numba/issues/7339
A solution until that is sorted is to specify previous version in setup.py 'numba==0.53'
'numba==0.53'
Thanks @mannu-arneja ! If you'd like to send a pull request to change that line we'll be happy to merge it!
Thanks @duhaime for this great project!
This error occurs when generating pixplot:
ImportError: numpy.core.multiarray failed to import
Issue with new release noted here: https://github.com/numba/numba/issues/7339
A solution until that is sorted is to specify previous version in setup.py
'numba==0.53'