New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/33928#issuecomment-962632884 Comment: > as for gns3 packages they still rely on 3.2.0 hence using newer version gives `DistributionNotFound` error. cc @tsndqst > Anki is something else tbh. Syncing throws `Your Anki client does not support the new timezone handling yet. Please switch to the legacy handling in the computer version's Preferences screen.` and then clicking the preferences section results in: > > ``` > Platform: Linux > Flags: frz=False ao=False sv=1 > > Caught exception: > File "/usr/share/anki/aqt/main.py", line 881, in onPrefs > aqt.dialogs.open("Preferences", self) > File "/usr/share/anki/aqt/__init__.py", line 82, in open > instance = creator(*args) > File "/usr/share/anki/aqt/preferences.py", line 25, in __init__ > self.setupCollection() > File "/usr/share/anki/aqt/preferences.py", line 80, in setupCollection > f.lrnCutoff.setValue(qc['collapseTime']/60.0) > : setValue(self, int): argument 1 has unexpected type 'float' > ``` > > This is reproducible with both 4.2.1 and 3.2.0 versions of jsonschema. Anki is known to be problematic. This issue is most likely related to compatibility with python 3.10 - replacing / with // in "/usr/share/anki/aqt/preferences.py" on line 80 might help. This is unrelated to this update, could you either submit a PR or create an issue?