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
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.
The text was updated successfully, but these errors were encountered:
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 acache
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.The text was updated successfully, but these errors were encountered: