My YunoHost server
Hardware: OVH VPS
YunoHost version: YunoHost 11.0.10.2
I have access to my server : Through SSH and through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
Description of my issue
I am just trying to keep my synapse server up to date. However the update creates errors and I haven’t been able to solve them. At the end of the upgrade command/web window I get the message ‘The operation ‘Upgrade the ‘synapse’ app’ could not be completed.’
All the logs of the latest attemps have been posted here: https://paste.yunohost.org/raw/wuhojiqubi
Note:
The first error message shown is this one:
Warning: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
Warning: setuptools-rust 1.5.2 requires setuptools>=62.4, but you have setuptools 60.8.2 which is incompatible.
However this is what I get when I do
admin@pyrignis:/$ pip3 install --upgrade setuptools
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/dist-packages (65.6.3)
As I have a few user on the synapse server I have reverted the server to a snapshot taken before the upgrade. The upgrade has been attempted several time with the same results.