-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
j2cli not supported on python 3.12 #77
Comments
queria
added a commit
to queria/docker-gameserver
that referenced
this issue
Jun 14, 2024
As alternative to currently j2cli or such feature-full/heavy tool, small custom python script is enough for rendering jinja2 templates. Closes GameServerManagers#77
queria
added a commit
to queria/docker-gameserver
that referenced
this issue
Jun 14, 2024
As alternative to currently j2cli or such feature-full/heavy tool, small custom python script is enough for rendering jinja2 templates. Closes GameServerManagers#77
queria
added a commit
to queria/docker-gameserver
that referenced
this issue
Jun 14, 2024
Switch to jinjanator as alternative to j2cli for compatibility with python 3.12+. Closes GameServerManagers#77
I've opened two PRs, for both - custom script as also for switching to jinjanator - feel free to pick preferred one, or none if other approach is desired. |
Thanks. I will take a look at this |
dgibbs64
pushed a commit
that referenced
this issue
Jun 15, 2024
Switch to jinjanator as alternative to j2cli for compatibility with python 3.12+. Closes #77
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On system with newer python 3.12 current dependency on j2cli will not work.
Seems j2cli is currently not maintained as mentioned in kolypto/j2cli#80
Suggested there as possible alternative could be https://pypi.org/project/jinjanator/ (by its author).
Alternatively, if just env + template.j2 is needed, i think that directly using custom python script would be enough.
The text was updated successfully, but these errors were encountered: