If there's a better place for this, please forgive me. Can't seem to troubleshoot my way out this problem.
Accidentally wiped out my system Python install on a Debian machine a long time ago (I forget exactly what I did, but I remember it was painful to get things working again). Everything pretty much works fine now except one video editing application which gets stuck with this error:
Traceback (most recent call last):
File "/usr/bin/pitivi", line 18, in <module>
import cProfile
ModuleNotFoundError: No module named 'cProfile'
From what I can tell, cProfile is part of the base installation. Not sure if there's some dependency that didn't get fixed or if this is a pathing issue.