BelfrySCAD / openscad_docsgen

A processor for generating Mardown code documentation from comments in OpenSCAD source files.
MIT License
12 stars 5 forks source link

distutils removed from Python3.12 #25

Open RAMilewski opened 3 months ago

RAMilewski commented 3 months ago

openscad-docsgen requires distutils which has been removed from Python3.12

Workaround: pip3 install setuptools

setuptools includes the deprecated distutils.

pinkfish commented 2 days ago

Getting this as well: ModuleNotFoundError: No module named 'distutils'