Since the Python3.10 update, etesync-dav no longer works.
After reinstalling the dav from the AUR, I get the following error:
$ etesync-dav
Traceback (most recent call last):
File "/usr/bin/etesync-dav", line 10, in <module>
from etesync_dav.manage import Manager
File "/usr/lib/python3.10/site-packages/etesync_dav/manage.py", line 22, in <module>
import etebase as Etebase
ModuleNotFoundError: No module named 'etebase'
Installing etebase from pip results in an error in the rust compilation.
Since the Python3.10 update, etesync-dav no longer works. After reinstalling the dav from the AUR, I get the following error:
Installing etebase from pip results in an error in the rust compilation.