etesync / etebase-py

A Python client library for Etebase
https://www.etebase.com
BSD 3-Clause "New" or "Revised" License
70 stars 14 forks source link

Release python3.10 version to pip #25

Closed Salt-Factory closed 2 years ago

Salt-Factory commented 2 years ago

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.

Salt-Factory commented 2 years ago

Temporary workaround: install python-etebase from the AUR.

tasn commented 2 years ago

Build triggered now, let's wait. :)

tasn commented 2 years ago

https://github.com/etesync/etebase-py/actions/runs/1598335712

Salt-Factory commented 2 years ago

Thanks tasn!