Skip to content

Incompatibility with Python 3.12 #235

Closed
@Archmonger

Description

@Archmonger

Current Situation

distutils has been deprecated, and it seems like we use that within our template tag. This will need to be resolved for Python 3.12 compatibility.

django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'reactpy_django.templatetags.reactpy': No module named 'distutils'

A temporary fix involves manually running pip install setuptools.

Proposed Actions

Fix Python 3.12 compatibility.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions