Closed gordonrix closed 1 year ago
Apologies for my late reply, and thanks for reporting! This is an interesting error, since my local installation of pacmap was installed alongside numba=0.53.1
. Would you be able to provide more information about the dependencies? The dependencies can be found with the following commands:
mamba list annoy
mamba list numba
mamba list numpy
mamba list scikit-learn
Fixed in release 0.7.1. Thanks again for reporting!
When trying to install this with pip alongside holoviews (installed via conda), I get an error upon import:
I have isolated the problem to numba. When I enforce numba>=0.57, I don't get the import error, but when I allow any version of numba, 0.53 gets installed and it results in this error. Not sure if intermediate numba versions will work, but updating the dependency to be numba>=5.7 should fix it. Thanks for the great tool