You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
[Error] Package installation error while running in Colab.
[Error] Module installation error while running in Colab.
Nov 21, 2023
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.
The text was updated successfully, but these errors were encountered: