Since Python 3.5 or so, `venv` is a built-in, fairly easy to use way to isolate dependencies. We can create `venv`s instead of installing directly into the system Python, and avoid creating conflicts with built in package managers. Only downside I can see is the `venv` needs to be activated before Bazarr can be accessed.