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

Caching is incompatible with Python < 3.9 #37

Open
pizzimathy opened this issue Feb 24, 2022 · 0 comments · May be fixed by #54
Open

Caching is incompatible with Python < 3.9 #37

pizzimathy opened this issue Feb 24, 2022 · 0 comments · May be fixed by #54
Assignees
Labels
bug Something isn't working

Comments

@pizzimathy
Copy link
Member

A temporary emergency fix was issued in commit 902059f, but it doesn't resolve the underlying issue. In Python versions < 3.9, the functools library does not have a cache wrapper, so attempting to import scores (or, previously, trying to do anything) created problems. We should find a way to make this backwards-compatible, because Python versions 3.7 and 3.8 are still supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants