-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
borgmatic doesn't find the way to right python3 version #6045
Comments
It ssems that you don't have the actual borg package. The current borg package is v1.2.6-14 and depends on Python 3.11 package. |
Indeed the current borg package installs
I did a fresh installation of borg (package name is
Did you update borg from an older version that was built for python310? |
and another command to validate the installation:
|
Yes, first I installed from python 3.10, then I uninstalled that version and installed 3.11 Now I made the installation over the "Community" Packages. It worked without errors. Now I have the following outputs:
After the installation I cann't see borg or borgmatic. I made a:
What is the reason for that? Should I download the package and install it manually? |
You could, but first we need to analyze the installer log file to see why the borg an other executables are not created in the virtual env. Please provide the content of the package installation log file: we need only the part of the latest installation (starting with |
the log is empty, but there is a log borgbackup.log.1.xz, with this data:
|
This file needs to be decompressed before you can read the content. |
I think I have fixed it. I have uninstalled the package, renamed the borgbackup.log.1.xz file. Then I have installed the package once more. Now has the borgbackup.log the following entry:
Is that the right way? |
This is not the whole log file
And then continue with:
After printing the version of found python311 package ( final entries are like:
If borg and other binaries are missing in the virtual env, then the install log must show some errors (between python version and end service_postinst) |
I'm very sorry, this was my fault, I didn't sroll. Hier is the hole file:
|
should I change that from root:root to sc-python311:synocommunity? |
If you did a regular installation of the python311 package, all files in If you don't have a lot of packages depending on python311, I propose to uninstall borgbackup and python311 with the option And verify the ownership after installation of python311 before installing borgbackup. PS: Since DSM 7, none of the community packages can be installed as root anymore. |
that's the way, all installation works fine. |
If I cal a borgmatic command or start a borgmatic backup with the config.yaml file I get this error:
That is the entry of the file
borgmatic version: 1.8.2
Borg version: 1.2.6
Python version: 3.10.13
Operating system and version: DSM 7.2-64570 Update 1
borgmatic installation method: pip install
I have different python3.10 paths on the system, which is the right one:
The text was updated successfully, but these errors were encountered: