joan2937/pigpio

setup.py does not work with python 3.12

homedatadev opened this issue · 0 comments

when running
sudo make -f MakeRemote install
on a linux machine with python 3.12, setup.py raise the error

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

reason is disutils has been deprecated then removed in python 3.12