Skip to content
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

etesync-dav stopped working after python 3.12 upgrade (Arch Linux) #311

Closed
paapereira opened this issue May 8, 2024 · 2 comments
Closed

Comments

@paapereira
Copy link

Hello, I believe the python upgrade is to blame.
I don't know if a etesync fix for python 3.12 is needed or if this is a OS issue.
Appreciate the help.

``
`$ uname -a
Linux tardis 6.8.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 02 May 2024 17:49:46 +0000 x86_64 GNU/Linux

$ pacman -Q python
python 3.12.3-1

$ pacman -Q etesync-dav
etesync-dav 0.32.1-3

$ etesync-dav
❯ Traceback (most recent call last):
File "/usr/bin/etesync-dav", line 10, in
from etesync_dav.manage import Manager
File "/usr/lib/python3.12/site-packages/etesync_dav/manage.py", line 21, in
import etesync as api
ModuleNotFoundError: No module named 'etesync'

@Xiretza
Copy link
Contributor

Xiretza commented May 12, 2024

If you built a python package against one python version, you'll have to rebuild it against the new python version once it's out. This has nothing to do with upstream.

@tasn
Copy link
Member

tasn commented May 13, 2024

What @Xiretza said. :)

@tasn tasn closed this as completed May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants