klaam
klaam copied to clipboard
[Error] Module installation error while running in Colab.
I have tested the klaam/notebook/demo.ipynb file on Google Colab. It raised an error of missing modules.
Error Message:
When I install the missing modules manually using !pip install <module-name> it works well.
So, I think there is a problem with the !pip install -r requirements.txt.
I printed the output of the installation in a separate file:
After some search, I wasn't able to solve the problem. I will be thankful if you can advise.
To solve this issue I've used the following commands
!pip install mishkal
!pip install unidecode
!pip install ffmpeg-python
Then it worked fine