-
Notifications
You must be signed in to change notification settings - Fork 16
ModuleNotFoundError: No module named 'distutils' #4
Copy link
Copy link
Open
Description
This distutils module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.10
- distutils was Python's original standard library module for building and installing Python packages, but it's now deprecated and removed in Python 3.12, with functionality largely superseded by the more powerful setuptools package, which provides similar build/install tools and is the recommended replacement for distutils. Developers use it (or setuptools) via a setup.py script to define package metadata, handle dependencies, and create distributions for sharing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels