On Friday, January 7, 2022 at 2:41:20 PM UTC-8 [email protected] wrote:
> As a follow up, there does appear to be a package containing alternate > Subversion bindings for Python 3: > > https://packages.ubuntu.com/focal/python3-subvertpy > > however, I installed it and got the same error in Python 3, > > >>> from svn import core > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > > ModuleNotFoundError: No module named 'svn' > > Right, it's not compatible with subvertpy, py-vn, and other third-party Subversion bindings. > It looks like python3-subversion exists for Ubuntu 21 and up: > > https://packages.ubuntu.com/search?keywords=python3-subversion > > so it may be that an OS upgrade is necessary (if you are tied to APT > and/or do not want to deal with possible dependency issues). > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/7bd142bc-fffa-40df-a9a9-2da7717773ffn%40googlegroups.com.
