klaam icon indicating copy to clipboard operation
klaam copied to clipboard

[Error] Module installation error while running in Colab.

Open Ahmed-Ashraf-Marzouk opened this issue 2 years ago • 1 comments

I have tested the klaam/notebook/demo.ipynb file on Google Colab. It raised an error of missing modules.

Error Message: klaamissue

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: klaamissue2

After some search, I wasn't able to solve the problem. I will be thankful if you can advise.

Ahmed-Ashraf-Marzouk avatar Nov 20 '23 20:11 Ahmed-Ashraf-Marzouk

To solve this issue I've used the following commands

!pip install mishkal
!pip install unidecode
!pip install ffmpeg-python

Then it worked fine

Abdulrahman-Yasser avatar Jan 23 '24 15:01 Abdulrahman-Yasser