Skip to content
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

Syntax error in pystache #16

Closed
kerrickstaley opened this issue Nov 2, 2020 · 1 comment
Closed

Syntax error in pystache #16

kerrickstaley opened this issue Nov 2, 2020 · 1 comment

Comments

@kerrickstaley
Copy link
Owner

Reported by a user here: http://disq.us/p/2cwiznh

This is caused by this issue in pystache: defunkt/pystache#208

pystache does not appear to be actively maintained, so we will have to work around it.

kerrickstaley added a commit that referenced this issue Nov 2, 2020
pystache has some syntax that's not compatible with the latest Python 3
version. This is causing a syntax error on some Anki installs (but
curiously, not my local one).

Since pystache is not maintained (last commit was over 6 years ago), we
patch it ourselves. Longer term, we will have to switch away from
pystache unless upstream starts maintaining it.

More context: #16
@kerrickstaley
Copy link
Owner Author

Should be fixed by f425582, new version has been uploaded to Ankiweb.

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

No branches or pull requests

1 participant