flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.22k stars 649 forks source link

distutils is deprecated and removed in python3.12 #521

Open PhilipDeegan opened 4 days ago

PhilipDeegan commented 4 days ago

during installation it seems if python is detected, and you're on python3.12, it will fail

-- Installing: /home/runner/work/flann/flann/share/flann/python/pyflann/exceptions.py
-- Installing: /home/runner/work/flann/flann/share/flann/python/setup.py
Traceback (most recent call last):
  File "/home/runner/work/flann/flann/build/src/python/setup.py", line 3, in <module>
    from distutils.core import setup
ModuleNotFoundError: No module named 'distutils'

you can see the action log here