Hi,

On 09/09/2022 07:09, Eric Lavarde wrote:
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).

This was an incorrect statement, the local copy also isn't working properly but less apparently, it just doesn't find its modules. OK, I need to look into this deeper. For now, I've removed the Windows builds from the release. Sorry for the inconvenience.

KR, Eric

Reply via email to