-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Crashes with Python 3.10 #156
Comments
Thanks for the report! The crash is due to the old version of tabulate in In In the meantime, you could manually patch your installation by copying the latest
:) |
Awesome, thanks for the detailed write-up. Manually updating tabulate.py
fixed it as you said.
…On 21/12/13 07:52AM, aplaice wrote:
Thanks for the report!
The crash is due to the old version of tabulate. I guess that you'll have version 0.8.7. (You can check by looking for something like: `/home/alex/.local/share/Anki2/addons21/1788670778/dist/tabulate-0.8.7-py3.7.egg-info/`.)
In `master` we've updated to tabulate 0.8.9, but this hasn't been released yet.
In the meantime, you could manually patch your installation by copying the latest [`tabulate.py`](https://github.com/astanin/python-tabulate/blob/master/tabulate.py) to replace the old one (`/home/alex/.local/share/Anki2/addons21/1788670778/dist/tabulate.py`).
<hr/>
> Arch Linux (btw)
:)
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#156 (comment)
|
After updating to python 3.10 on my system it seems like CrowdAnki crashes on startup.
Here's the oupout by Anki:
Looking at the AnkiWeb site for this Addon it seems like someone already had this issue on December 10th. At least it crashes for someone.
My guess is still that this might be because of python 3.10 as I didn't have any issues this morning before upgrading from 3.9 to 3.10. I'm running Arch Linux (btw), Python 3.10. Let me know if you need any other information to get this issue resolved.
The text was updated successfully, but these errors were encountered: