Hello,
I get this message when I try to install the plugin
ERROR: Invalid requirement: '/usr/share/kdenlive/scripts/automask/requirements-sam.txt': Expected package name at the start of dependency specifier /usr/share/kdenlive/scripts/automask/requirements-sam.txt ^ Hint: It looks like a path. The path does exist.
Installing missing packages: {'/usr/share/kdenlive/scripts/automask/requirements-sam.txt'}
Traceback (most recent call last):
File "/usr/local/share/kdenlive/scripts/checkpackages.py", line 54, in <module> subprocess.check_call([python, '-m', 'pip', 'install', *missing]) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/olivier/.local/share/kdenlive/venv-sam/bin/python3', '-m', 'pip', 'install', '/usr/share/kdenlive/scripts/automask/requirements-sam.txt']' returned non-zero exit status 1.
I tried to modify the checkpackages.py script but without success