Skip to content

ModuleNotFoundError: No module named 'distutils' #4

@prafuldholariya2024

Description

@prafuldholariya2024

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions