Hi,
On 08/09/2022 21:34, qx6uwum...@liamekaens.com wrote:
Is anyone else seeing problems on Windows 10?
After downloading and extracting
https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.1.2b1/rdiff-backup-2.1.2b1.win32exe.zip,
I get a ModuleNotFoundError when i try to run it.
.\rdiff-backup-2.1.2b1-64\rdiff-backup.exe --help
Traceback (most recent call last):
File "rdiff-backup", line 19, in <module>
ModuleNotFoundError: No module named 'rdiffbackup'
[44016] Failed to execute script 'rdiff-backup' due to unhandled exception!
Good catch, sorry for this. I can reproduce the issue. Interestingly
enough. the local build works properly, it's only when built through the
pipeline that it fails. I need to analyze this (pipeline errors are
always a bit ugly to debug).
FWIW, the free version of Avast One thinks rdiff-backup.exe in
https://github.com/rdiff-backup/rdiff-backup/releases/download/v2.1.2b1/rdiff-backup-2.1.2b1.win32exe.zip
is infected with Win32:MalwareX-gen (whatever that means). I created an Avast
One exception for the rdiff-backup-2.1.2b1-32, and when I ran the 32 bit
version of rdiff-backup I see the same fault.
We had this already, not much we can do about it. Antivirus tools don't
like the fact that rdiff-backup is a compressed file with an embedded
interpreter (Python). If you have a contact, you can perhaps report the
false positive.
Thanks, Eric