Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Error] Module installation error while running in Colab. #39

Open
Ahmed-Ashraf-Marzouk opened this issue Nov 20, 2023 · 1 comment
Open

Comments

@Ahmed-Ashraf-Marzouk
Copy link
Contributor

Ahmed-Ashraf-Marzouk commented Nov 20, 2023

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 Ahmed-Ashraf-Marzouk changed the title Notebook demo | Package installation error while running in Colab. [Error] Package installation error while running in Colab. Nov 20, 2023
@Ahmed-Ashraf-Marzouk Ahmed-Ashraf-Marzouk changed the title [Error] Package installation error while running in Colab. [Error] Module installation error while running in Colab. Nov 21, 2023
@Abdulrahman-Yasser
Copy link

Abdulrahman-Yasser commented Jan 23, 2024

To solve this issue I've used the following commands

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

Then it worked fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants