I would like to export my projet, but i can’t install “OpenTimelineIO”, and I don’t understand why. I installed pip 3.12 and modified the PATH variable as requested, but I have still a message asking to update my installation, and saying that the site-package is unwriteable. Have you any idea ti fix it please ?
It’s considered bad practice to let pip install packages to your system. The adding of packages to your system is and should be your distro’s package manager’s domain alone. Otherwise you might break stuff.
The proper way to add these dependencies is to either make Kdenlive use a python virtual environment:
Or install them through your package manager, if available. On arch it’s in the extra repository and you can just do sudo pacman - S opentimelineio. Other distros don’t have this package in their repos though, according to pkgs.org
Yes, … and I tried to use the virtual environment but it didn’t work either.
But you help me in an other way eventually ! I understand that it’s not “export” that i need but in fact “render”. Sorry for my mistake and thank you for your time !
I’m not a windows user, idk how things work over there, but maybe you would’ve had to either install kdenlive for the current user only, or open Kdenlive as administrator? Well, doesn’t really matter now, since you don’t need it anyways.
Although the speech to text feature, should you ever need or want that, also needs this Python stuff to work.