Skip to content

Incompatibility with Python 3.12 #235

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Archmonger opened this issue May 7, 2024 · 0 comments · Fixed by #236
Closed

Incompatibility with Python 3.12 #235

Archmonger opened this issue May 7, 2024 · 0 comments · Fixed by #236

Comments

@Archmonger
Copy link
Contributor

Archmonger commented May 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant