Open powellnorma opened 6 months ago
@powellnorma we havent tried this in colab yet, thanks for opening the issue. Feel free to open a PR if you have fix already.
I just ignored the error .. Hoping that it wouldn't bite me later. The output was like
ERROR: pip's dependency resolver [..]
transformers [..]
Successfully installed [..]
Still it would be great if this warning/error could be avoided somehow. If you have a working virtualenv, maybe you could compare pip freeze
with the pip freeze
in colab. Or one prints the dependency tree - it looks like there are two different packages requiring different versions of tokenizers
..
In colab,
pip install whisper-live
fails with:Can this be fixed by specifying the dependencies with exact package versions?