yahoojapan / NGT

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

pip install in python==3.11 fails : could not find a version that satisfies #149

Closed aflip closed 9 months ago

aflip commented 9 months ago

When I install with pip or pip3 inside a conda evironment that is python3.11 i get this error:

ERROR: Could not find a version that satisfies the requirement ngt (from versions: none)
ERROR: No matching distribution found for ngt

Works fine in python 3.10 environments

masajiro commented 9 months ago

NGT for Python 3.11 has not been released yet. We plan to release it in the near future.

aflip commented 9 months ago

Thank you. Is there some way I can contribute?

masajiro commented 9 months ago

Thank you for your offer. However, I cannot come up with a good way for you to contribute. Anyway, we will do it ASAP.

masajiro commented 8 months ago

Thank you for waiting. I have released ngt pypi package v2.1.3 for python v3.6-3.12 on Linux.