pleonard212 / pix-plot

A WebGL viewer for UMAP or TSNE-clustered images
MIT License
597 stars 139 forks source link

Dependency issue with Numba 0.54 #232

Closed mannu-arneja closed 3 years ago

mannu-arneja commented 3 years ago

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'

duhaime commented 3 years ago

Thanks @mannu-arneja ! If you'd like to send a pull request to change that line we'll be happy to merge it!

mannu-arneja commented 3 years ago

Thanks @duhaime for this great project!