So I've been playing with #Python again, finally realised how to fix a problem with conflicting versions of #beautifulsoup4. Not bs4's fault, but actually a problem with #pycaption requiring an older version of it.

Turned out all I needed to do was to tweak the setup.py for pycaption, correct the dependencies versioning, clean, rebuild, and re-install locally.

Now I don't have to be careful how I run #Gnomecast (:*

Oh and I was bored so I rebuilt #Python 3.7.0 with #gcc8 and g++8, and installed it locally.