yahoojapan / NGT

Nearest Neighbor Search with Neighborhood Graph and Tree for High-dimensional Data
Apache License 2.0
1.26k stars 115 forks source link

Python 3.9 Wheel #96

Closed ankane closed 3 years ago

ankane commented 3 years ago

Hi, thanks for this great library. I was trying to install NGT with Python 3.9 and noticed there isn't a wheel for Python 3.9 yet.

pip3 install ngt
ERROR: Could not find a version that satisfies the requirement ngt
ERROR: No matching distribution found for ngt

Is it possible to publish one?

masajiro commented 3 years ago

I added NGT v1.12.2 for python 3.9. https://pypi.org/project/ngt/1.12.2/#files

ankane commented 3 years ago

Working great, thanks @masajiro!