On Arch Linux Kernel 6.16.8-arch3-1
I got the error AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? at ~/.local/share/pipx/venvs/zotero-cli/lib/python3.13/site-packages/zotero-cli/common.py, line 53 after zotcli configure asked me to choose my markup format.
I went in and switched SafeConfigParser() to ConfigParser() and that seemed to fix my issue.