Skip to content

Update to Python 3.12 - Remove 'stdlib distutils module' requirement (deprecated) #97

@robertgro

Description

@robertgro

When trying to issue pip install chatdocs with the latest Python version installed (3.12), it throws a ModuleNotFoundError: No module named 'distutils' message. This is due to the distutils module that has been removed from the standard library.

Please update the repository to the latest Python version if possible and remove the requirement.

A temporary workaround is to install setuptools via pip install setuptools.

References

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