v8.1 colab quick fix!
So something deeply embedded updated and broke something else deeply embedded. It may take me a while to figure this out so in the mean time I've employed a quick and dirty fix just to make it actually continue working by adding a measly one line of code.
If you want to apply this to your own customised Easy-Wav2Lip colab, edit the code of Step 1 and just make a new line under #install prerequisites
(line 45) and enter !pip install -r requirements.txt
Ironically while the fix itself is quick, it makes step 1 incredibly slow as I'm forcing specific versions of a bunch of stuff which it now has to download and install.
I'll investigate this further to try a more elegant solution!
Just ignore the request to restart the runtime, it'll go on just fine without restarting.