Skip to content

distutils is deprecated and removed in python3.12 #521

@PhilipDeegan

Description

@PhilipDeegan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions