You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.A temporary fix involves manually running
pip install setuptools
.Proposed Actions
Fix Python 3.12 compatibility.
The text was updated successfully, but these errors were encountered: